mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-18 11:38:53 +00:00
Monotone-Parent: ed021b28eea3d4534571b9dbb75aef3e915f0afd
Monotone-Revision: 963f8aef47900b44cad8c81119ac151b6fc74c3a Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-03-13T20:41:21 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
diff -durpN unrtf-0.21.2.old/outputs/html.conf unrtf-0.21.2/outputs/html.conf
|
||||
--- unrtf-0.21.2.old/outputs/html.conf 2010-08-15 08:44:09.000000000 -0400
|
||||
+++ unrtf-0.21.2/outputs/html.conf 2011-11-09 15:53:21.802783775 -0500
|
||||
+++ unrtf-0.21.2/outputs/html.conf 2012-03-13 16:38:53.295941363 -0400
|
||||
@@ -5,7 +5,7 @@ comment_end
|
||||
-->
|
||||
|
||||
@@ -10,9 +10,18 @@ diff -durpN unrtf-0.21.2.old/outputs/html.conf unrtf-0.21.2/outputs/html.conf
|
||||
#Second test of comments
|
||||
<html>
|
||||
|
||||
@@ -67,7 +67,7 @@ align_right_end
|
||||
</div>
|
||||
|
||||
forced_space
|
||||
-  
|
||||
+
|
||||
line_break
|
||||
<br>
|
||||
|
||||
diff -durpN unrtf-0.21.2.old/src/attr.c unrtf-0.21.2/src/attr.c
|
||||
--- unrtf-0.21.2.old/src/attr.c 2010-07-03 22:30:58.000000000 -0400
|
||||
+++ unrtf-0.21.2/src/attr.c 2011-12-01 10:14:45.282855488 -0500
|
||||
+++ unrtf-0.21.2/src/attr.c 2012-03-13 16:38:41.323940752 -0400
|
||||
@@ -1,23 +1,23 @@
|
||||
/*=============================================================================
|
||||
- GNU UnRTF, a command-line program to convert RTF documents to other formats.
|
||||
@@ -1265,7 +1274,7 @@ diff -durpN unrtf-0.21.2.old/src/attr.c unrtf-0.21.2/src/attr.c
|
||||
-
|
||||
diff -durpN unrtf-0.21.2.old/src/attr.h unrtf-0.21.2/src/attr.h
|
||||
--- unrtf-0.21.2.old/src/attr.h 2010-07-03 22:30:58.000000000 -0400
|
||||
+++ unrtf-0.21.2/src/attr.h 2011-11-09 15:53:21.806783776 -0500
|
||||
+++ unrtf-0.21.2/src/attr.h 2012-03-13 16:38:41.323940752 -0400
|
||||
@@ -1,23 +1,23 @@
|
||||
/*=============================================================================
|
||||
- GNU UnRTF, a command-line program to convert RTF documents to other formats.
|
||||
@@ -1415,7 +1424,7 @@ diff -durpN unrtf-0.21.2.old/src/attr.h unrtf-0.21.2/src/attr.h
|
||||
+#endif /* ATTR_H */
|
||||
diff -durpN unrtf-0.21.2.old/src/convert.c unrtf-0.21.2/src/convert.c
|
||||
--- unrtf-0.21.2.old/src/convert.c 2011-06-07 08:00:23.000000000 -0400
|
||||
+++ unrtf-0.21.2/src/convert.c 2011-12-01 10:32:16.958862025 -0500
|
||||
+++ unrtf-0.21.2/src/convert.c 2012-03-13 16:38:41.327940973 -0400
|
||||
@@ -1,24 +1,24 @@
|
||||
|
||||
/*===========================================================================
|
||||
@@ -7111,7 +7120,7 @@ diff -durpN unrtf-0.21.2.old/src/convert.c unrtf-0.21.2/src/convert.c
|
||||
}
|
||||
diff -durpN unrtf-0.21.2.old/src/convert.h unrtf-0.21.2/src/convert.h
|
||||
--- unrtf-0.21.2.old/src/convert.h 2010-07-03 22:30:58.000000000 -0400
|
||||
+++ unrtf-0.21.2/src/convert.h 2011-11-09 15:53:21.810783765 -0500
|
||||
+++ unrtf-0.21.2/src/convert.h 2012-03-13 16:38:41.327940973 -0400
|
||||
@@ -36,18 +36,135 @@
|
||||
|
||||
#ifndef _CONVERT
|
||||
@@ -7255,7 +7264,7 @@ diff -durpN unrtf-0.21.2.old/src/convert.h unrtf-0.21.2/src/convert.h
|
||||
|
||||
diff -durpN unrtf-0.21.2.old/src/defs.h unrtf-0.21.2/src/defs.h
|
||||
--- unrtf-0.21.2.old/src/defs.h 2010-07-03 22:30:58.000000000 -0400
|
||||
+++ unrtf-0.21.2/src/defs.h 2011-11-09 15:53:21.810783765 -0500
|
||||
+++ unrtf-0.21.2/src/defs.h 2012-03-13 16:38:41.327940973 -0400
|
||||
@@ -64,9 +64,6 @@
|
||||
#define SKIP_ONE_WORD 2
|
||||
#endif
|
||||
@@ -7275,7 +7284,7 @@ diff -durpN unrtf-0.21.2.old/src/defs.h unrtf-0.21.2/src/defs.h
|
||||
+#define DEFAULT_OUTPUT "html"
|
||||
diff -durpN unrtf-0.21.2.old/src/error.c unrtf-0.21.2/src/error.c
|
||||
--- unrtf-0.21.2.old/src/error.c 2010-07-03 22:30:58.000000000 -0400
|
||||
+++ unrtf-0.21.2/src/error.c 2011-11-09 15:53:21.810783765 -0500
|
||||
+++ unrtf-0.21.2/src/error.c 2012-03-13 16:38:41.327940973 -0400
|
||||
@@ -51,27 +51,11 @@
|
||||
#include <stdlib.h>
|
||||
#endif
|
||||
@@ -7320,7 +7329,7 @@ diff -durpN unrtf-0.21.2.old/src/error.c unrtf-0.21.2/src/error.c
|
||||
#endif
|
||||
diff -durpN unrtf-0.21.2.old/src/error.h unrtf-0.21.2/src/error.h
|
||||
--- unrtf-0.21.2.old/src/error.h 2010-07-03 22:30:58.000000000 -0400
|
||||
+++ unrtf-0.21.2/src/error.h 2011-11-09 15:53:21.810783765 -0500
|
||||
+++ unrtf-0.21.2/src/error.h 2012-03-13 16:38:41.327940973 -0400
|
||||
@@ -37,9 +37,10 @@
|
||||
|
||||
#define CHECK_MALLOC_SUCCESS(XX) { if ((XX)==NULL) { fprintf (stderr, "internal error: cannot allocate memory in %s at %d\n", __FILE__, __LINE__); exit (1); }}
|
||||
@@ -7335,7 +7344,7 @@ diff -durpN unrtf-0.21.2.old/src/error.h unrtf-0.21.2/src/error.h
|
||||
|
||||
diff -durpN unrtf-0.21.2.old/src/hash.c unrtf-0.21.2/src/hash.c
|
||||
--- unrtf-0.21.2.old/src/hash.c 2010-07-03 22:30:58.000000000 -0400
|
||||
+++ unrtf-0.21.2/src/hash.c 2011-11-09 15:53:21.810783765 -0500
|
||||
+++ unrtf-0.21.2/src/hash.c 2012-03-13 16:38:41.327940973 -0400
|
||||
@@ -53,24 +53,16 @@
|
||||
#include <string.h>
|
||||
#endif
|
||||
@@ -7540,7 +7549,7 @@ diff -durpN unrtf-0.21.2.old/src/hash.c unrtf-0.21.2/src/hash.c
|
||||
+}
|
||||
diff -durpN unrtf-0.21.2.old/src/hash.h unrtf-0.21.2/src/hash.h
|
||||
--- unrtf-0.21.2.old/src/hash.h 2010-07-03 22:30:58.000000000 -0400
|
||||
+++ unrtf-0.21.2/src/hash.h 2011-11-09 15:53:21.810783765 -0500
|
||||
+++ unrtf-0.21.2/src/hash.h 2012-03-13 16:38:41.327940973 -0400
|
||||
@@ -32,11 +32,15 @@
|
||||
* 16 Dec 07, daved@physiol.usyd.edu.au: updated to GPL v3
|
||||
*--------------------------------------------------------------------*/
|
||||
@@ -7564,7 +7573,7 @@ diff -durpN unrtf-0.21.2.old/src/hash.h unrtf-0.21.2/src/hash.h
|
||||
+#endif /* HASH_H */
|
||||
diff -durpN unrtf-0.21.2.old/src/main.c unrtf-0.21.2/src/main.c
|
||||
--- unrtf-0.21.2.old/src/main.c 2010-07-03 22:30:58.000000000 -0400
|
||||
+++ unrtf-0.21.2/src/main.c 2011-11-09 15:53:21.810783765 -0500
|
||||
+++ unrtf-0.21.2/src/main.c 2012-03-13 16:38:41.327940973 -0400
|
||||
@@ -1,23 +1,23 @@
|
||||
/*=============================================================================
|
||||
- GNU UnRTF, a command-line program to convert RTF documents to other formats.
|
||||
@@ -7986,7 +7995,7 @@ diff -durpN unrtf-0.21.2.old/src/main.c unrtf-0.21.2/src/main.c
|
||||
-
|
||||
diff -durpN unrtf-0.21.2.old/src/main.h unrtf-0.21.2/src/main.h
|
||||
--- unrtf-0.21.2.old/src/main.h 2010-07-03 22:30:58.000000000 -0400
|
||||
+++ unrtf-0.21.2/src/main.h 2011-11-09 15:53:21.810783765 -0500
|
||||
+++ unrtf-0.21.2/src/main.h 2012-03-13 16:38:41.327940973 -0400
|
||||
@@ -35,21 +35,8 @@
|
||||
* 17 Jan 10, daved@physiol.usyd.edu.au: change CONFIG_DIR to drop outputs/
|
||||
*--------------------------------------------------------------------*/
|
||||
@@ -8012,7 +8021,7 @@ diff -durpN unrtf-0.21.2.old/src/main.h unrtf-0.21.2/src/main.h
|
||||
+#define USAGE "unrtf [--version] [--verbose] [--help] [--nopict|-n] [--noremap] [--html] [--text] [--vt] [--latex] [--rtf] [-P config_search_path] [-t <file_with_tags>)] <filename>"
|
||||
diff -durpN unrtf-0.21.2.old/src/Makefile.am unrtf-0.21.2/src/Makefile.am
|
||||
--- unrtf-0.21.2.old/src/Makefile.am 2010-07-03 22:30:58.000000000 -0400
|
||||
+++ unrtf-0.21.2/src/Makefile.am 2011-11-09 15:53:21.810783765 -0500
|
||||
+++ unrtf-0.21.2/src/Makefile.am 2012-03-13 16:38:41.327940973 -0400
|
||||
@@ -13,7 +13,6 @@ unrtf_SOURCES = attr.c attr.h \
|
||||
malloc.c malloc.h \
|
||||
output.c output.h \
|
||||
@@ -8023,7 +8032,7 @@ diff -durpN unrtf-0.21.2.old/src/Makefile.am unrtf-0.21.2/src/Makefile.am
|
||||
util.c util.h \
|
||||
diff -durpN unrtf-0.21.2.old/src/malloc.c unrtf-0.21.2/src/malloc.c
|
||||
--- unrtf-0.21.2.old/src/malloc.c 2010-07-09 01:13:05.000000000 -0400
|
||||
+++ unrtf-0.21.2/src/malloc.c 2011-12-01 10:36:18.514864760 -0500
|
||||
+++ unrtf-0.21.2/src/malloc.c 2012-03-13 16:38:41.327940973 -0400
|
||||
@@ -135,19 +135,19 @@ total_malloced (void) {
|
||||
*=======================================================================*/
|
||||
|
||||
@@ -8063,7 +8072,7 @@ diff -durpN unrtf-0.21.2.old/src/malloc.c unrtf-0.21.2/src/malloc.c
|
||||
}
|
||||
diff -durpN unrtf-0.21.2.old/src/malloc.h unrtf-0.21.2/src/malloc.h
|
||||
--- unrtf-0.21.2.old/src/malloc.h 2010-07-03 22:30:58.000000000 -0400
|
||||
+++ unrtf-0.21.2/src/malloc.h 2011-11-09 15:53:21.810783765 -0500
|
||||
+++ unrtf-0.21.2/src/malloc.h 2012-03-13 16:38:41.327940973 -0400
|
||||
@@ -32,9 +32,10 @@
|
||||
* 09 Nov 08, arkadiusz.firus@gmail.com: added my_realloc
|
||||
*--------------------------------------------------------------------*/
|
||||
@@ -8079,7 +8088,7 @@ diff -durpN unrtf-0.21.2.old/src/malloc.h unrtf-0.21.2/src/malloc.h
|
||||
+extern char * my_strdup (struct ConversionContext *, char*);
|
||||
diff -durpN unrtf-0.21.2.old/src/my_iconv.c unrtf-0.21.2/src/my_iconv.c
|
||||
--- unrtf-0.21.2.old/src/my_iconv.c 2010-08-16 00:12:43.000000000 -0400
|
||||
+++ unrtf-0.21.2/src/my_iconv.c 2011-11-09 15:53:21.814783744 -0500
|
||||
+++ unrtf-0.21.2/src/my_iconv.c 2012-03-13 16:38:41.327940973 -0400
|
||||
@@ -12,154 +12,133 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
@@ -8321,7 +8330,7 @@ diff -durpN unrtf-0.21.2.old/src/my_iconv.c unrtf-0.21.2/src/my_iconv.c
|
||||
|
||||
diff -durpN unrtf-0.21.2.old/src/my_iconv.h unrtf-0.21.2/src/my_iconv.h
|
||||
--- unrtf-0.21.2.old/src/my_iconv.h 2010-07-03 22:30:58.000000000 -0400
|
||||
+++ unrtf-0.21.2/src/my_iconv.h 2011-11-09 15:53:21.814783744 -0500
|
||||
+++ unrtf-0.21.2/src/my_iconv.h 2012-03-13 16:38:41.327940973 -0400
|
||||
@@ -5,6 +5,9 @@
|
||||
* Purpose: my_conv definitions
|
||||
*--------------------------------------------------------------------*/
|
||||
@@ -8351,7 +8360,7 @@ diff -durpN unrtf-0.21.2.old/src/my_iconv.h unrtf-0.21.2/src/my_iconv.h
|
||||
+#endif /* _MY_ICONV */
|
||||
diff -durpN unrtf-0.21.2.old/src/output.c unrtf-0.21.2/src/output.c
|
||||
--- unrtf-0.21.2.old/src/output.c 2011-06-07 08:04:38.000000000 -0400
|
||||
+++ unrtf-0.21.2/src/output.c 2011-12-01 10:30:41.598861702 -0500
|
||||
+++ unrtf-0.21.2/src/output.c 2012-03-13 16:38:41.327940973 -0400
|
||||
@@ -1,23 +1,23 @@
|
||||
/*=============================================================================
|
||||
- GNU UnRTF, a command-line program to convert RTF documents to other formats.
|
||||
@@ -9535,7 +9544,7 @@ diff -durpN unrtf-0.21.2.old/src/output.c unrtf-0.21.2/src/output.c
|
||||
-
|
||||
diff -durpN unrtf-0.21.2.old/src/output.h unrtf-0.21.2/src/output.h
|
||||
--- unrtf-0.21.2.old/src/output.h 2010-08-11 21:09:02.000000000 -0400
|
||||
+++ unrtf-0.21.2/src/output.h 2011-11-09 15:53:21.814783744 -0500
|
||||
+++ unrtf-0.21.2/src/output.h 2012-03-13 16:38:41.327940973 -0400
|
||||
@@ -44,227 +44,228 @@
|
||||
typedef Collection Aliases;
|
||||
|
||||
@@ -9923,7 +9932,7 @@ diff -durpN unrtf-0.21.2.old/src/output.h unrtf-0.21.2/src/output.h
|
||||
-
|
||||
diff -durpN unrtf-0.21.2.old/src/parse.c unrtf-0.21.2/src/parse.c
|
||||
--- unrtf-0.21.2.old/src/parse.c 2010-07-03 22:30:58.000000000 -0400
|
||||
+++ unrtf-0.21.2/src/parse.c 2011-12-01 10:27:41.486860883 -0500
|
||||
+++ unrtf-0.21.2/src/parse.c 2012-03-13 16:38:41.327940973 -0400
|
||||
@@ -1,23 +1,23 @@
|
||||
/*=============================================================================
|
||||
- GNU UnRTF, a command-line program to convert RTF documents to other formats.
|
||||
@@ -10597,7 +10606,7 @@ diff -durpN unrtf-0.21.2.old/src/parse.c unrtf-0.21.2/src/parse.c
|
||||
}
|
||||
diff -durpN unrtf-0.21.2.old/src/parse.h unrtf-0.21.2/src/parse.h
|
||||
--- unrtf-0.21.2.old/src/parse.h 2010-07-03 22:30:58.000000000 -0400
|
||||
+++ unrtf-0.21.2/src/parse.h 2011-11-09 15:53:21.814783744 -0500
|
||||
+++ unrtf-0.21.2/src/parse.h 2012-03-13 16:38:41.327940973 -0400
|
||||
@@ -38,8 +38,6 @@
|
||||
#include "word.h"
|
||||
#endif
|
||||
@@ -10690,7 +10699,7 @@ diff -durpN unrtf-0.21.2.old/src/path.h unrtf-0.21.2/src/path.h
|
||||
-void show_dirs();
|
||||
diff -durpN unrtf-0.21.2.old/src/unrtf.h unrtf-0.21.2/src/unrtf.h
|
||||
--- unrtf-0.21.2.old/src/unrtf.h 1969-12-31 19:00:00.000000000 -0500
|
||||
+++ unrtf-0.21.2/src/unrtf.h 2011-11-09 15:53:21.814783744 -0500
|
||||
+++ unrtf-0.21.2/src/unrtf.h 2012-03-13 16:38:41.327940973 -0400
|
||||
@@ -0,0 +1,55 @@
|
||||
+/*===========================================================================
|
||||
+ GNU UnRTF, a command-line program to convert RTF documents to other formats.
|
||||
@@ -10749,7 +10758,7 @@ diff -durpN unrtf-0.21.2.old/src/unrtf.h unrtf-0.21.2/src/unrtf.h
|
||||
+#endif /* UNRTF_H */
|
||||
diff -durpN unrtf-0.21.2.old/src/user.c unrtf-0.21.2/src/user.c
|
||||
--- unrtf-0.21.2.old/src/user.c 2011-06-07 08:08:17.000000000 -0400
|
||||
+++ unrtf-0.21.2/src/user.c 2011-12-01 09:59:46.215667415 -0500
|
||||
+++ unrtf-0.21.2/src/user.c 2012-03-13 16:38:41.327940973 -0400
|
||||
@@ -7,7 +7,7 @@
|
||||
*----------------------------------------------------------------------
|
||||
* Changes:
|
||||
@@ -11179,7 +11188,7 @@ diff -durpN unrtf-0.21.2.old/src/user.c unrtf-0.21.2/src/user.c
|
||||
|
||||
diff -durpN unrtf-0.21.2.old/src/user.h unrtf-0.21.2/src/user.h
|
||||
--- unrtf-0.21.2.old/src/user.h 2010-07-03 22:30:58.000000000 -0400
|
||||
+++ unrtf-0.21.2/src/user.h 2011-11-09 15:53:21.814783744 -0500
|
||||
+++ unrtf-0.21.2/src/user.h 2012-03-13 16:38:41.327940973 -0400
|
||||
@@ -151,9 +151,10 @@
|
||||
|
||||
#ifndef _USER
|
||||
@@ -11195,7 +11204,7 @@ diff -durpN unrtf-0.21.2.old/src/user.h unrtf-0.21.2/src/user.h
|
||||
#endif
|
||||
diff -durpN unrtf-0.21.2.old/src/word.c unrtf-0.21.2/src/word.c
|
||||
--- unrtf-0.21.2.old/src/word.c 2010-07-03 22:30:58.000000000 -0400
|
||||
+++ unrtf-0.21.2/src/word.c 2011-12-01 10:15:34.590855632 -0500
|
||||
+++ unrtf-0.21.2/src/word.c 2012-03-13 16:38:41.327940973 -0400
|
||||
@@ -1,23 +1,23 @@
|
||||
/*=============================================================================
|
||||
- GNU UnRTF, a command-line program to convert RTF documents to other formats.
|
||||
@@ -11520,7 +11529,7 @@ diff -durpN unrtf-0.21.2.old/src/word.c unrtf-0.21.2/src/word.c
|
||||
|
||||
diff -durpN unrtf-0.21.2.old/src/word.h unrtf-0.21.2/src/word.h
|
||||
--- unrtf-0.21.2.old/src/word.h 2010-07-03 22:30:58.000000000 -0400
|
||||
+++ unrtf-0.21.2/src/word.h 2011-11-09 15:53:21.814783744 -0500
|
||||
+++ unrtf-0.21.2/src/word.h 2012-03-13 16:38:41.327940973 -0400
|
||||
@@ -41,14 +41,15 @@ typedef struct _w {
|
||||
struct _w * child;
|
||||
} Word;
|
||||
|
||||
Reference in New Issue
Block a user