Apply ASLR to executable files.
[platform/upstream/fribidi.git] / ChangeLog
1 commit e56ad2682d74867c9b7bdfba46f8e8f60f480904
2 Author: Khaled Hosny <khaledhosny@eglug.org>
3 Date:   Tue Aug 4 07:20:30 2015 +0200
4
5     0.19.7
6
7  NEWS         | 5 +++++
8  configure.ac | 4 ++--
9  2 files changed, 7 insertions(+), 2 deletions(-)
10
11 commit f7e03ab0eb0b4d855d4aaff75038811652adf81e
12 Author: Khaled Hosny <khaledhosny@eglug.org>
13 Date:   Tue Aug 4 05:31:30 2015 +0200
14
15     Fix misc autotools warnings
16
17  Makefile.am  | 2 ++
18  configure.ac | 3 +++
19  2 files changed, 5 insertions(+)
20
21 commit d90e84933c99f5850ccfa94e38f63f70555b3e21
22 Author: Benedikt Morbach <benedikt.morbach@googlemail.com>
23 Date:   Mon Sep 15 16:37:53 2014 +0200
24
25     ignore COLUMNS for --help and --test
26
27     also fix a bug in the --help output.
28     With COLUMNS=123 it would display
29         "default is 123 but if COLUMNS is set..."
30     instead of
31         "default is 80 but if COLUMNS is set..."
32
33     https://bugs.freedesktop.org/show_bug.cgi?id=83892
34
35  bin/fribidi-main.c | 9 ++++++---
36  1 file changed, 6 insertions(+), 3 deletions(-)
37
38 commit 926c314f9c904cff1de4b3f805b027ffc108f01d
39 Author: Behnam Esfahbod <behnam@behnam.es>
40 Date:   Sat Dec 6 01:45:17 2014 -0800
41
42     Only include public glib.h
43
44     Fixes error: #error "Only glib.h can be included directly."
45     with glib versions >= 2.31.
46
47     https://bugs.freedesktop.org/show_bug.cgi?id=83894
48     https://github.com/behdad/fribidi/pull/1
49
50  charset/fribidi-char-sets.c | 2 +-
51  lib/mem.h                   | 2 +-
52  2 files changed, 2 insertions(+), 2 deletions(-)
53
54 commit 6a2aa132ba25ba0e3cea105d6bd77bca580abef7
55 Merge: 9ca217a 7846df3
56 Author: Behdad Esfahbod <behdad@behdad.org>
57 Date:   Tue May 26 10:39:51 2015 -0700
58
59     Merge pull request #2 from dov/master
60
61     Updated my email.
62
63 commit 9ca217ae3acecd6e175ac2b0cb0da4f91e8a6399
64 Author: Behdad Esfahbod <behdad@behdad.org>
65 Date:   Wed Jul 23 14:26:11 2014 -0400
66
67     Fix warning
68
69     https://bugs.freedesktop.org/show_bug.cgi?id=81573
70
71  bin/fribidi-main.c | 2 +-
72  1 file changed, 1 insertion(+), 1 deletion(-)
73
74 commit d6bcbea27bd51f4e0a8e5b0cc35b2fdb8d1896d2
75 Author: Behdad Esfahbod <behdad@behdad.org>
76 Date:   Thu Jul 10 16:06:23 2014 -0400
77
78     Support 4-byte UTF-8 sequences
79
80     Patch from Christina Brien <chris.brien@cisco.com>.
81
82  charset/fribidi-char-sets-utf8.c | 11 ++++++++++-
83  1 file changed, 10 insertions(+), 1 deletion(-)
84
85 commit 54b4496e9c2368c53f1cff57347c1f395328a142
86 Author: Behdad Esfahbod <behdad@behdad.org>
87 Date:   Tue Jul 1 18:20:37 2014 -0400
88
89     Disable memory pool by default
90
91     https://bugs.freedesktop.org/show_bug.cgi?id=79385
92
93  configure.ac | 10 ++--------
94  1 file changed, 2 insertions(+), 8 deletions(-)
95
96 commit 7846df3444a2fcfbb1abd5feb933c2361dbf8c56
97 Author: Dov Grobgeld <dov.grobgeld@gmail.com>
98 Date:   Sat Mar 8 19:21:31 2014 +0200
99
100     Updated my email.
101
102  AUTHORS        |  2 +-
103  ChangeLog.old  | 48 ++++++++++++++++++++++++------------------------
104  THANKS         |  2 +-
105  test/run.tests |  2 +-
106  4 files changed, 27 insertions(+), 27 deletions(-)
107
108 commit 77f7f6c0bb16b89eac1e3b3d264f49b2ee02de3e
109 Author: Behdad Esfahbod <behdad@behdad.org>
110 Date:   Fri Dec 6 15:56:53 2013 -0500
111
112     0.19.6
113
114  NEWS         | 5 +++++
115  configure.ac | 4 ++--
116  2 files changed, 7 insertions(+), 2 deletions(-)
117
118 commit aaa54c04807edcff6c31bd50a0fba9c2f72ed393
119 Author: Behdad Esfahbod <behdad@behdad.org>
120 Date:   Fri Dec 6 15:54:56 2013 -0500
121
122     Port test suite to automake 1.13
123
124  test/Makefile.am | 7 ++++++-
125  1 file changed, 6 insertions(+), 1 deletion(-)
126
127 commit c1d48ee98b3d254a6b943851665b83cdd76f6150
128 Author: Behdad Esfahbod <behdad@behdad.org>
129 Date:   Thu Feb 7 00:06:33 2013 -0500
130
131     Revert "Try to help some builds (on Windows, no less)"
132
133     This reverts commit 7c3963fc8e852e7ed7000accb326f5f178196c41.
134
135     Previous commit broke my build.  Clearly more work needs to be done in
136     this area...
137
138  Makefile.am | 2 +-
139  1 file changed, 1 insertion(+), 1 deletion(-)
140
141 commit 7c3963fc8e852e7ed7000accb326f5f178196c41
142 Author: Behdad Esfahbod <behdad@behdad.org>
143 Date:   Thu Feb 7 00:05:15 2013 -0500
144
145     Try to help some builds (on Windows, no less)
146
147  Makefile.am | 2 +-
148  1 file changed, 1 insertion(+), 1 deletion(-)
149
150 commit 39a63ad373c84d6182fa858af5eaf9d2df164116
151 Author: Behdad Esfahbod <behdad@behdad.org>
152 Date:   Wed Feb 6 23:26:42 2013 -0500
153
154     Invoke pkg-config macros properly
155
156  configure.ac | 1 +
157  1 file changed, 1 insertion(+)
158
159 commit 8bdf69afcd07fe0085bd2131d23a3fe6741291a3
160 Author: Behdad Esfahbod <behdad@behdad.org>
161 Date:   Tue Jan 29 23:04:53 2013 -0500
162
163     Fix misprint
164
165  lib/fribidi-bidi.h | 2 +-
166  1 file changed, 1 insertion(+), 1 deletion(-)
167
168 commit 824477cf6b15ebc0023793e293a158a00c8bddfb
169 Author: Behdad Esfahbod <behdad@behdad.org>
170 Date:   Fri Jan 4 19:56:08 2013 -0600
171
172     Fix rule X8 when paragraph-separator is present
173
174     As discovered by:
175     https://github.com/behdad/fribidi-vs-unicode
176
177     All passing now.
178
179  lib/fribidi-bidi.c | 12 +++++++-----
180  1 file changed, 7 insertions(+), 5 deletions(-)
181
182 commit fae80c8290b8bb1f1a11e429a47e80248eaf3072
183 Author: Behdad Esfahbod <behdad@behdad.org>
184 Date:   Fri Jan 4 19:47:24 2013 -0600
185
186     Fix bug with rule W5
187
188     Test case added.
189
190     This was discovered by running against the Unicode test suite.
191
192     https://github.com/behdad/fribidi-vs-unicode
193
194  lib/fribidi-bidi.c                  | 6 +++++-
195  test/test_CapRTL_implicit.input     | 1 +
196  test/test_CapRTL_implicit.reference | 1 +
197  3 files changed, 7 insertions(+), 1 deletion(-)
198
199 commit 1cca32b775123f8f7bd5a2d4b3380e8d5bee13b0
200 Author: Behdad Esfahbod <behdad@behdad.org>
201 Date:   Wed Jan 2 18:32:10 2013 -0600
202
203     Fix test when EXEEXT is not empty
204
205  test/Makefile.am | 2 +-
206  test/run.tests   | 6 +++---
207  2 files changed, 4 insertions(+), 4 deletions(-)
208
209 commit d9a040b90362809aa675c74c57121850ff5697bb
210 Author: Behdad Esfahbod <behdad@behdad.org>
211 Date:   Sat Dec 29 19:11:42 2012 -0500
212
213     Remove old cruft
214
215  lib/common.h         | 4 ----
216  lib/fribidi-common.h | 4 ----
217  2 files changed, 8 deletions(-)
218
219 commit 13def08b7564769f68d7efc734dbbf147d358ded
220 Author: Behdad Esfahbod <behdad@behdad.org>
221 Date:   Sat Dec 29 19:08:51 2012 -0500
222
223     Fix export-symbols on Windows
224
225  lib/Makefile.am | 4 +++-
226  1 file changed, 3 insertions(+), 1 deletion(-)
227
228 commit 78dc3af68ed0e1aafe54c176b28dadee66eb306c
229 Author: Behdad Esfahbod <behdad@behdad.org>
230 Date:   Thu Dec 6 12:17:53 2012 -0500
231
232     Fix theoretically possible overflow
233
234     https://bugzilla.redhat.com/show_bug.cgi?id=884000
235
236  bin/fribidi-main.c | 2 +-
237  1 file changed, 1 insertion(+), 1 deletion(-)
238
239 commit fecb73185c223cf1db5533ed6cb55b035563c1ee
240 Author: Behdad Esfahbod <behdad@behdad.org>
241 Date:   Sun Dec 2 18:35:00 2012 +0200
242
243     0.19.5
244
245  NEWS         | 4 ++++
246  configure.ac | 4 ++--
247  2 files changed, 6 insertions(+), 2 deletions(-)
248
249 commit f915c75de72bc722fb565e1de6a31a05f9000216
250 Author: Behdad Esfahbod <behdad@behdad.org>
251 Date:   Sun Dec 2 18:33:41 2012 +0200
252
253     Update to Unicode 6.2
254
255  gen.tab/unidata/ArabicShaping.txt | 10 +++++-----
256  gen.tab/unidata/BidiMirroring.txt | 21 +++++++--------------
257  gen.tab/unidata/ReadMe.txt        |  6 ++++--
258  gen.tab/unidata/UnicodeData.txt   |  9 +++++----
259  4 files changed, 21 insertions(+), 25 deletions(-)
260
261 commit 25f4fa28ec66960b90bcf623185184b52523843d
262 Author: Behdad Esfahbod <behdad@behdad.org>
263 Date:   Sun Dec 2 18:26:07 2012 +0200
264
265     Update FSF address
266
267  COPYING                               | 4 ++--
268  README                                | 4 ++--
269  bin/fribidi-benchmark.c               | 4 ++--
270  bin/fribidi-main.c                    | 4 ++--
271  bin/getopt.c                          | 2 +-
272  bin/getopt.h                          | 2 +-
273  bin/getopt1.c                         | 2 +-
274  bin/getopt_int.h                      | 2 +-
275  charset/fribidi-char-sets-cap-rtl.c   | 4 ++--
276  charset/fribidi-char-sets-cap-rtl.h   | 4 ++--
277  charset/fribidi-char-sets-cp1255.c    | 4 ++--
278  charset/fribidi-char-sets-cp1255.h    | 4 ++--
279  charset/fribidi-char-sets-cp1256.c    | 4 ++--
280  charset/fribidi-char-sets-cp1256.h    | 4 ++--
281  charset/fribidi-char-sets-iso8859-6.c | 4 ++--
282  charset/fribidi-char-sets-iso8859-6.h | 4 ++--
283  charset/fribidi-char-sets-iso8859-8.c | 4 ++--
284  charset/fribidi-char-sets-iso8859-8.h | 4 ++--
285  charset/fribidi-char-sets-list.h      | 4 ++--
286  charset/fribidi-char-sets-utf8.c      | 4 ++--
287  charset/fribidi-char-sets-utf8.h      | 4 ++--
288  charset/fribidi-char-sets.c           | 4 ++--
289  charset/fribidi-char-sets.h           | 4 ++--
290  gen.tab/gen-arabic-shaping-tab.c      | 4 ++--
291  gen.tab/gen-bidi-type-tab.c           | 4 ++--
292  gen.tab/gen-joining-type-tab.c        | 4 ++--
293  gen.tab/gen-mirroring-tab.c           | 4 ++--
294  gen.tab/gen-unicode-version.c         | 4 ++--
295  gen.tab/packtab.c                     | 4 ++--
296  gen.tab/packtab.h                     | 4 ++--
297  lib/bidi-types.h                      | 4 ++--
298  lib/common.h                          | 4 ++--
299  lib/debug.h                           | 4 ++--
300  lib/fribidi-arabic.c                  | 2 +-
301  lib/fribidi-arabic.h                  | 2 +-
302  lib/fribidi-bidi-types-list.h         | 4 ++--
303  lib/fribidi-bidi-types.c              | 4 ++--
304  lib/fribidi-bidi-types.h              | 4 ++--
305  lib/fribidi-bidi.c                    | 4 ++--
306  lib/fribidi-bidi.h                    | 4 ++--
307  lib/fribidi-common.h                  | 4 ++--
308  lib/fribidi-deprecated.c              | 4 ++--
309  lib/fribidi-deprecated.h              | 4 ++--
310  lib/fribidi-flags.h                   | 4 ++--
311  lib/fribidi-joining-types-list.h      | 4 ++--
312  lib/fribidi-joining-types.c           | 4 ++--
313  lib/fribidi-joining-types.h           | 4 ++--
314  lib/fribidi-joining.c                 | 4 ++--
315  lib/fribidi-joining.h                 | 4 ++--
316  lib/fribidi-mem.c                     | 4 ++--
317  lib/fribidi-mirroring.c               | 2 +-
318  lib/fribidi-mirroring.h               | 2 +-
319  lib/fribidi-run.c                     | 4 ++--
320  lib/fribidi-shape.c                   | 4 ++--
321  lib/fribidi-shape.h                   | 4 ++--
322  lib/fribidi-types.h                   | 4 ++--
323  lib/fribidi-unicode.h                 | 4 ++--
324  lib/fribidi.c                         | 4 ++--
325  lib/fribidi.h                         | 4 ++--
326  lib/joining-types.h                   | 4 ++--
327  lib/mem.h                             | 4 ++--
328  lib/run.h                             | 4 ++--
329  test/run.tests                        | 4 ++--
330  63 files changed, 118 insertions(+), 118 deletions(-)
331
332 commit 7c23af76e687819023f4a4ec9127b5919044bf32
333 Author: Behdad Esfahbod <behdad@behdad.org>
334 Date:   Tue Aug 28 15:03:13 2012 -0400
335
336     Bug 54149 - Fix typo in fribidi help information
337
338  bin/fribidi-main.c | 2 +-
339  1 file changed, 1 insertion(+), 1 deletion(-)
340
341 commit 9a4a7d805e4055839b319c7b5b6382a7101b1980
342 Author: Behdad Esfahbod <behdad@behdad.org>
343 Date:   Mon Aug 27 14:34:18 2012 -0400
344
345     Minor
346
347  Makefile.am | 23 +++++++++++++++++++++++
348  1 file changed, 23 insertions(+)
349
350 commit 6b0423949010d4aa596099bba62992b8c28b5abf
351 Author: Behdad Esfahbod <behdad@behdad.org>
352 Date:   Mon Aug 27 14:19:37 2012 -0400
353
354     0.19.4
355
356  NEWS         | 5 +++++
357  configure.ac | 4 ++--
358  2 files changed, 7 insertions(+), 2 deletions(-)
359
360 commit 3ef15e5f0aa4f000f8bacb6af190daa57f8897c4
361 Author: Behdad Esfahbod <behdad@behdad.org>
362 Date:   Sat Aug 25 17:41:02 2012 -0400
363
364     Add git.mk
365
366  Makefile.am         |   2 +
367  bin/Makefile.am     |   2 +
368  charset/Makefile.am |   2 +
369  doc/Makefile.am     |   2 +
370  gen.tab/Makefile.am |   2 +
371  git.mk              | 224
372  ++++++++++++++++++++++++++++++++++++++++++++++++++++
373  lib/Makefile.am     |   2 +
374  test/Makefile.am    |   2 +
375  8 files changed, 238 insertions(+)
376
377 commit 40b469fd91a2bfc94dba04f837e2cec4098164e9
378 Author: Behdad Esfahbod <behdad@behdad.org>
379 Date:   Sat Aug 25 17:40:05 2012 -0400
380
381     Update ChangeLog generation to git
382
383  Makefile.am | 33 ++++++++++++++-------------------
384  1 file changed, 14 insertions(+), 19 deletions(-)
385
386 commit fa21aa06dbc0b1f7e32665d7629bb4593c969495
387 Author: Behdad Esfahbod <behdad@behdad.org>
388 Date:   Sat Aug 25 17:36:07 2012 -0400
389
390     Update Unicode data files to 6.1.0
391
392  gen.tab/unidata/ArabicShaping.txt | 287 ++++++++------
393  gen.tab/unidata/BidiMirroring.txt |  28 +-
394  gen.tab/unidata/ReadMe.txt        |   6 +-
395  gen.tab/unidata/UnicodeData.txt   | 799
396  ++++++++++++++++++++++++++++++++++++--
397  4 files changed, 956 insertions(+), 164 deletions(-)
398
399 commit d39b179d8de65a19390e50cfb39bb36ae193d65b
400 Author: Behdad Esfahbod <behdad@behdad.org>
401 Date:   Sun Jun 17 15:01:09 2012 -0400
402
403     Modernize autofoo a bit
404
405  configure.ac | 24 ++++++++++++++++--------
406  1 file changed, 16 insertions(+), 8 deletions(-)
407
408 commit 5a9009c8cc1c7825431df0d4e1002a0384f5d4c5
409 Author: behdad <behdad>
410 Date:   Wed May 4 18:04:29 2011 +0000
411
412     Minor optimization in struct layout for 64bit systems
413
414  lib/run.h | 8 ++++----
415  1 file changed, 4 insertions(+), 4 deletions(-)
416
417 commit 4d8e4ddd627068d2088c7894925a7e3494ca671e
418 Author: behdad <behdad>
419 Date:   Fri Jan 21 22:49:59 2011 +0000
420
421     Update to Unicode 6.0.0 and bump version to 0.19.3
422
423  configure.ac                      |   12 +-
424  gen.tab/unidata/ArabicShaping.txt |   68 +-
425  gen.tab/unidata/BidiMirroring.txt |   27 +-
426  gen.tab/unidata/ReadMe.txt        |   12 +-
427  gen.tab/unidata/UnicodeData.txt   | 5261
428  +++++++++++++++++++++++++++++++++----
429  5 files changed, 4882 insertions(+), 498 deletions(-)
430
431 commit 6c535469bfbff7983f5052fa3cf6f8eb8dc2f26a
432 Author: behdad <behdad>
433 Date:   Tue Dec 7 19:44:24 2010 +0000
434
435     Fix build without charset converters
436
437  bin/Makefile.am                | 5 ++++-
438  gen.tab/gen-joining-type-tab.c | 7 ++++---
439  2 files changed, 8 insertions(+), 4 deletions(-)
440
441 commit ac47256bb07728c6e1a4debd9cee2600c48acab6
442 Author: behdad <behdad>
443 Date:   Wed Feb 24 19:40:04 2010 +0000
444
445     Include toplevel glib.h only
446
447  lib/common.h         | 12 ++++++------
448  lib/fribidi-common.h |  8 ++++----
449  lib/fribidi-types.h  |  9 ++++-----
450  3 files changed, 14 insertions(+), 15 deletions(-)
451
452 commit 05c2637b3618ee6785774b6d080ac345489042d5
453 Author: behdad <behdad>
454 Date:   Tue Apr 14 03:49:52 2009 +0000
455
456     Support win32 benchmarking
457
458  bin/fribidi-benchmark.c | 25 +++++++++++++++++++++----
459  1 file changed, 21 insertions(+), 4 deletions(-)
460
461 commit 9282f1fa2eada341fdf05e1167e317e084e37ad1
462 Author: behdad <behdad>
463 Date:   Fri Mar 27 16:14:33 2009 +0000
464
465     [doc] Make sure a minus is used, not a hyphen.
466
467  lib/fribidi-deprecated.h | 10 +++++-----
468  1 file changed, 5 insertions(+), 5 deletions(-)
469
470 commit 10f83ec197e821e72c6733fcc6ef763324d4ced4
471 Author: behdad <behdad>
472 Date:   Thu Mar 26 22:37:29 2009 +0000
473
474     NEWS, configure.ac: Released GNU FriBidi 0.19.2.
475
476  NEWS         |  6 ++++++
477  configure.ac | 12 ++++++------
478  2 files changed, 12 insertions(+), 6 deletions(-)
479
480 commit 8c13427b601bbbc03be58cc1b5aeaa6e31e65399
481 Author: behdad <behdad>
482 Date:   Thu Mar 26 22:25:39 2009 +0000
483
484     Bugzilla â€“ Bug 20887 Problem with handling a certain sequence of
485     arabic characters in fribidi 0.19.1
486
487     Fix typo in ligature table.
488
489  lib/arabic-misc.tab.i | 2 +-
490  1 file changed, 1 insertion(+), 1 deletion(-)
491
492 commit bd3cf818941aa166425b633f92ce0d0d8b0efb37
493 Author: behdad <behdad>
494 Date:   Tue Dec 30 18:42:37 2008 +0000
495
496     Add AbsoluteTelnet.
497
498  USERS | 1 +
499  1 file changed, 1 insertion(+)
500
501 commit 2202f4310dbcb95b893e3342eeb9a48a49377294
502 Author: behdad <behdad>
503 Date:   Mon Nov 24 17:48:31 2008 +0000
504
505     Fix typos.
506
507  lib/fribidi-bidi-types.h | 8 ++++----
508  1 file changed, 4 insertions(+), 4 deletions(-)
509
510 commit d60a4546004df012871348b00be28f57baca28a8
511 Author: behdad <behdad>
512 Date:   Tue Apr 22 19:50:46 2008 +0000
513
514     Handle RLM/LRM in CP1255 charset converter.  (#15328, Artyom)
515
516  charset/fribidi-char-sets-cp1255.c | 18 ++++++++++++++----
517  1 file changed, 14 insertions(+), 4 deletions(-)
518
519 commit 4b8dde2be6c0ed0a28ba54e0fe204f821dd5a88f
520 Author: behdad <behdad>
521 Date:   Tue Apr 8 21:38:22 2008 +0000
522
523     Update to Unicode Character Database 5.1.0
524
525  gen.tab/unidata/ArabicShaping.txt |   34 +-
526  gen.tab/unidata/BidiMirroring.txt |   42 +-
527  gen.tab/unidata/ReadMe.txt        |   10 +-
528  gen.tab/unidata/UnicodeData.txt   | 1694
529  ++++++++++++++++++++++++++++++++++++-
530  lib/Makefile.am                   |    2 +-
531  lib/common.h                      |   10 +-
532  6 files changed, 1721 insertions(+), 71 deletions(-)
533
534 commit 66839714d9773a37f6e653fc150f7ef685fe673f
535 Author: behdad <behdad>
536 Date:   Tue Jan 15 23:15:45 2008 +0000
537
538     Released GNU FriBidi 0.19.1.
539
540  NEWS         | 36 ++++++++++++++++++++++++++++++++----
541  README       |  3 +--
542  configure.ac | 12 ++++++------
543  3 files changed, 39 insertions(+), 12 deletions(-)
544
545 commit ff8fdfae41cace1151dee4adac035e0708f3a5d2
546 Author: behdad <behdad>
547 Date:   Tue Jan 15 22:53:06 2008 +0000
548
549     Remove RPM versioning cruft.
550
551  configure.ac | 15 ++++-----------
552  1 file changed, 4 insertions(+), 11 deletions(-)
553
554 commit 97287207e2b1fafbd027050d96222b6b672c91b3
555 Author: behdad <behdad>
556 Date:   Tue Jan 15 19:59:34 2008 +0000
557
558     Remove spec file.  Nobody uses upstream spec files these days.
559
560  configure.ac    |   9 ++--
561  fribidi.spec.in | 145
562  --------------------------------------------------------
563  2 files changed, 4 insertions(+), 150 deletions(-)
564
565 commit 753ed9aed90f9d31e6ff404c0c7befadbfd18d23
566 Author: behdad <behdad>
567 Date:   Thu Jun 7 16:33:51 2007 +0000
568
569     Add remaining issues before a release can be made.
570
571  TODO | 12 +++++++++++-
572  1 file changed, 11 insertions(+), 1 deletion(-)
573
574 commit 9cf48565b4eae059dece1bb25a2758f86c003509
575 Author: behdad <behdad>
576 Date:   Thu Apr 5 16:14:39 2007 +0000
577
578     Avoid non-const struct initializer.
579
580  lib/fribidi-arabic.c | 11 +++++++----
581  1 file changed, 7 insertions(+), 4 deletions(-)
582
583 commit a04ddf676dec48112e077c8c3f727a313433c09f
584 Author: behdad <behdad>
585 Date:   Thu Apr 5 16:14:14 2007 +0000
586
587     Make sure we err if stringize is not available.
588
589  lib/common.h | 8 ++++----
590  1 file changed, 4 insertions(+), 4 deletions(-)
591
592 commit 28dc6041e9f0074c68ce23a67a3b5f0ff3717241
593 Author: behdad <behdad>
594 Date:   Thu Apr 5 16:13:24 2007 +0000
595
596     Check for (defined(WIN32)) || (defined(_WIN32_WCE)) to detect
597     WinCE too
598
599  lib/common.h         | 8 ++++----
600  lib/fribidi-common.h | 8 ++++----
601  2 files changed, 8 insertions(+), 8 deletions(-)
602
603 commit 1a25b4e31a1e0560c82086a5216cd7b064a9ca0c
604 Author: behdad <behdad>
605 Date:   Thu Mar 15 18:09:25 2007 +0000
606
607     Skip explicits-list reinsertion if list is empty.
608
609  lib/fribidi-bidi.c | 38 +++++++++++++++++++++-----------------
610  1 file changed, 21 insertions(+), 17 deletions(-)
611
612 commit fa423e19309e5de2e8e5671dedaf04e66a2b3ff8
613 Author: behdad <behdad>
614 Date:   Fri Jul 21 22:29:10 2006 +0000
615
616     Update to Unicode Character Database 5.0.0.
617
618  gen.tab/unidata/ArabicShaping.txt |   45 +-
619  gen.tab/unidata/BidiMirroring.txt |   42 +-
620  gen.tab/unidata/ReadMe.txt        |   31 +-
621  gen.tab/unidata/UnicodeData.txt   | 1493
622  +++++++++++++++++++++++++++++++++++--
623  4 files changed, 1520 insertions(+), 91 deletions(-)
624
625 commit 105e8f3c8f67fcd5a1620f9a9059b550067c1ac0
626 Author: behdad <behdad>
627 Date:   Tue Jun 13 00:59:08 2006 +0000
628
629     Add Nokia 9110 Hebrew Support package.
630
631  USERS | 1 +
632  1 file changed, 1 insertion(+)
633
634 commit d7a0bb2e00f061481f83d77293834f9fde594b5f
635 Author: behdad <behdad>
636 Date:   Thu Jun 1 22:53:55 2006 +0000
637
638     More comments.
639
640  lib/fribidi-deprecated.c | 8 +++++---
641  1 file changed, 5 insertions(+), 3 deletions(-)
642
643 commit a97826cdebe9be46421cea7fa7379a4c43947dec
644 Author: behdad <behdad>
645 Date:   Thu Jun 1 22:52:29 2006 +0000
646
647     Note about line-breaking.
648
649  lib/fribidi-deprecated.c | 8 +++++---
650  1 file changed, 5 insertions(+), 3 deletions(-)
651
652 commit b6100183464b26258c8ebb454e857aae295f30de
653 Author: behdad <behdad>
654 Date:   Fri Apr 28 02:00:31 2006 +0000
655
656     Use -no-undefined unconditionally.
657
658  lib/Makefile.am | 6 +-----
659  1 file changed, 1 insertion(+), 5 deletions(-)
660
661 commit 6bdbe74f19a97c855265d595ce0de48e66f28715
662 Author: behdad <behdad>
663 Date:   Tue Jan 31 03:23:12 2006 +0000
664
665     Add an option --disable-deprecated.
666
667  bin/fribidi-benchmark.c          | 16 +++++++-------
668  bin/fribidi-main.c               | 45
669  +++++++++++++++++++++++-----------------
670  charset/fribidi-char-sets.c      | 16 +++++++-------
671  configure.ac                     | 23 ++++++++++++++------
672  gen.tab/gen-arabic-shaping-tab.c | 12 +++++------
673  gen.tab/gen-bidi-type-tab.c      | 12 +++++------
674  gen.tab/gen-joining-type-tab.c   | 12 +++++------
675  gen.tab/gen-mirroring-tab.c      | 12 +++++------
676  gen.tab/gen-unicode-version.c    | 12 +++++------
677  gen.tab/packtab.c                |  8 +++----
678  lib/bidi-types.h                 |  8 +++----
679  lib/common.h                     | 21 +++++++++----------
680  lib/debug.h                      |  8 +++----
681  lib/fribidi-arabic.c             |  8 +++----
682  lib/fribidi-bidi-types.c         |  8 +++----
683  lib/fribidi-bidi-types.h         | 17 +++------------
684  lib/fribidi-bidi.c               |  8 +++----
685  lib/fribidi-common.h             | 18 ++++++++--------
686  lib/fribidi-deprecated.c         | 11 ++++++----
687  lib/fribidi-deprecated.h         | 30 ++++++++++++++++++++++++---
688  lib/fribidi-joining-types.c      |  8 +++----
689  lib/fribidi-joining.c            |  8 +++----
690  lib/fribidi-mem.c                | 12 ++++++-----
691  lib/fribidi-run.c                | 30 +++++++++++++--------------
692  lib/fribidi-types.h              | 39 +++++++++++++++++-----------------
693  lib/fribidi-unicode.h            | 33 +++++++----------------------
694  lib/fribidi.c                    | 21 ++++++++++---------
695  lib/fribidi.h                    | 13 +++++++-----
696  lib/joining-types.h              |  8 +++----
697  lib/mem.h                        | 34 +++++++++++++++---------------
698  lib/run.h                        |  8 +++----
699  31 files changed, 269 insertions(+), 250 deletions(-)
700
701 commit 570efad0b961ad106a05f2dbabeedbed477ea161
702 Author: behdad <behdad>
703 Date:   Sun Jan 22 10:12:17 2006 +0000
704
705     Add extra braces to shut gcc warnings up.
706
707  charset/fribidi-char-sets-cap-rtl.c | 17 +++++++++--------
708  lib/debug.h                         | 13 +++++++------
709  lib/run.h                           |  9 +++++----
710  3 files changed, 21 insertions(+), 18 deletions(-)
711
712 commit fd466b1f41cd1b0d1717eac9b18b188c58c2d479
713 Author: behdad <behdad>
714 Date:   Sun Jan 22 10:11:43 2006 +0000
715
716     Shut gcc warnings up.
717
718  bin/fribidi-main.c | 16 ++++++++--------
719  1 file changed, 8 insertions(+), 8 deletions(-)
720
721 commit 0c1a24cc05dc1d3b9500adbd1cc98956b27cfc12
722 Author: behdad <behdad>
723 Date:   Sun Jan 22 10:11:23 2006 +0000
724
725     Use memcpy for duplicating str.
726
727  lib/fribidi-deprecated.c | 9 ++++++---
728  1 file changed, 6 insertions(+), 3 deletions(-)
729
730 commit b4b92129d1d49dd926afdb2b15130345fd78ce24
731 Author: behdad <behdad>
732 Date:   Sun Jan 22 10:10:57 2006 +0000
733
734     Include string.h.
735
736  lib/common.h | 16 +++++++++++++---
737  1 file changed, 13 insertions(+), 3 deletions(-)
738
739 commit a23b982514520747e4012a7aa577607bea657fa8
740 Author: behdad <behdad>
741 Date:   Sat Jan 21 14:00:01 2006 +0000
742
743     Added HebrewService.
744
745  USERS | 1 +
746  1 file changed, 1 insertion(+)
747
748 commit 763d386e7bd52925cf61c93e738e35525e311392
749 Author: behdad <behdad>
750 Date:   Sat Jan 14 12:09:29 2006 +0000
751
752     Added fribidi_get_type_internal as a deprecated symbol.
753
754  lib/fribidi-deprecated.c | 14 +++++++++++---
755  lib/fribidi-deprecated.h | 19 ++++++++++++++-----
756  lib/fribidi-shape.h      |  9 +++++----
757  lib/fribidi.def          | 32 ++++++++++++++++++--------------
758  4 files changed, 48 insertions(+), 26 deletions(-)
759
760 commit 2f2520ff14c086976507f7fdba39e56cf7652d8e
761 Author: behdad <behdad>
762 Date:   Wed Nov 23 19:29:44 2005 +0000
763
764     Added Nano-X.
765
766  USERS | 1 +
767  1 file changed, 1 insertion(+)
768
769 commit 190e142a731b8a99c5ce837e48618061bc636ef5
770 Author: behdad <behdad>
771 Date:   Tue Nov 15 20:04:14 2005 +0000
772
773     Set TESTS_ENVIRONMENT=/bin/sh to avoid problem when running with
774     \r\n line
775     endings on Linux.
776
777  test/Makefile.am | 2 ++
778  1 file changed, 2 insertions(+)
779
780 commit 423ecf2a86a7ccb2f265ff7db3e6ec5b8d573ff5
781 Author: behdad <behdad>
782 Date:   Wed Nov 9 20:02:48 2005 +0000
783
784     Added a FIXME about not handling First..Last ranges in
785     UnicodeData.txt.
786
787  gen.tab/gen-bidi-type-tab.c | 8 +++++---
788  1 file changed, 5 insertions(+), 3 deletions(-)
789
790 commit cdf20461a666da4493fc279cd2257939663c3284
791 Author: behdad <behdad>
792 Date:   Thu Nov 3 01:39:01 2005 +0000
793
794     Arabic shaping support added.
795
796  HACKING                              |   1 +
797  TODO                                 |   3 +
798  bin/fribidi-main.c                   |   7 +-
799  configure.ac                         |  20 +--
800  doc/Makefile.am                      |   2 +-
801  gen.tab/Makefile.am                  |  16 +-
802  gen.tab/gen-arabic-liga.sh           |   9 +
803  gen.tab/gen-arabic-shaping-tab.c     | 310
804  +++++++++++++++++++++++++++++++++++
805  gen.tab/gen-bidi-type-tab.c          |  12 +-
806  gen.tab/gen-joining-type-tab.c       |  10 +-
807  gen.tab/gen-mirroring-tab.c          |  12 +-
808  gen.tab/gen-unicode-version.c        |   7 +-
809  gen.tab/packtab.c                    |   1 +
810  lib/Headers.mk                       |   5 +-
811  lib/Makefile.am                      |   8 +-
812  lib/arabic-misc.tab.i                |  94 +++++++++++
813  lib/debug.h                          |   7 +-
814  lib/env.h                            |  62 -------
815  lib/fribidi-arabic.c                 | 190 +++++++++++++++++++++
816  lib/fribidi-arabic.h                 |  88 ++++++++++
817  lib/fribidi-bidi.c                   |  62 ++-----
818  lib/fribidi-bidi.h                   |  31 ++--
819  lib/fribidi-common.h                 |  29 +++-
820  lib/fribidi-config.h.in              |   3 -
821  lib/fribidi-deprecated.c             | 296
822  +++++++++++++++++++++++++++++++++
823  lib/fribidi-deprecated.h             | 210 ++++++++++++++++++++++++
824  lib/fribidi-env.c                    | 121 --------------
825  lib/fribidi-env.h                    | 126 --------------
826  lib/fribidi-flags.h                  |  78 +++++++++
827  lib/fribidi-joining-types.c          |  10 +-
828  lib/fribidi-joining-types.h          |   9 +-
829  lib/fribidi-joining.c                |  40 +++--
830  lib/fribidi-mem.c                    |   8 +-
831  lib/fribidi-mirroring.c              |  10 +-
832  lib/fribidi-run.c                    |  13 +-
833  lib/fribidi-shape.c                  |  69 ++++++++
834  lib/fribidi-shape.h                  |  77 +++++++++
835  lib/fribidi-types.h                  |  24 +--
836  lib/fribidi-unicode.h                |  12 +-
837  lib/fribidi.c                        | 213 +++---------------------
838  lib/fribidi.h                        | 116 ++-----------
839  lib/joining-types.h                  |   8 +-
840  test/test_UTF-8_persian.reference    |  28 ++--
841  test/test_UTF-8_reordernsm.reference |  14 +-
842  44 files changed, 1674 insertions(+), 797 deletions(-)
843
844 commit 7aa8a91edbc3325e8b179cc649be778dceb85499
845 Author: behdad <behdad>
846 Date:   Sun Sep 25 22:59:21 2005 +0000
847
848     Replaced bug URL.
849
850  configure.ac | 10 +++++-----
851  1 file changed, 5 insertions(+), 5 deletions(-)
852
853 commit 42b8f6c32751ec34df6b47292491a50fbf28e76f
854 Author: behdad <behdad>
855 Date:   Sun Sep 25 18:42:10 2005 +0000
856
857     Use sed instead of $(SED).
858
859  test/Makefile.am | 2 +-
860  1 file changed, 1 insertion(+), 1 deletion(-)
861
862 commit dc2d62315905e43fcddfe981171803f071facc9f
863 Author: behdad <behdad>
864 Date:   Sat Sep 24 01:04:15 2005 +0000
865
866     Updated and annotated.
867
868  USERS | 42 +++++++++++++++++++++++++++++++-----------
869  1 file changed, 31 insertions(+), 11 deletions(-)
870
871 commit 1a84d35513e311b152c3147f8f6de613ef563c3a
872 Author: behdad <behdad>
873 Date:   Sat Sep 24 00:44:54 2005 +0000
874
875     Moved BiCon up, since it's an easy sample to study.
876
877  USERS | 2 +-
878  1 file changed, 1 insertion(+), 1 deletion(-)
879
880 commit f2b7ba2cd28592c2a1bc8b8669ea6e3cf7697673
881 Author: behdad <behdad>
882 Date:   Sun Sep 4 16:57:09 2005 +0000
883
884     Better handling of sys/times.h.  Also, don't pass -pedantic to gcc.
885
886  bin/fribidi-benchmark.c | 10 +++++++---
887  configure.ac            | 13 ++++++-------
888  2 files changed, 13 insertions(+), 10 deletions(-)
889
890 commit a655e7cb79937f2a3b9c3caab5c57a228564f90a
891 Author: behdad <behdad>
892 Date:   Sun Sep 4 16:56:16 2005 +0000
893
894     Added fribidi_version_info.
895
896  lib/fribidi.def | 1 +
897  1 file changed, 1 insertion(+)
898
899 commit 0548d9cc1f6794ac714b66f8d870aeaa0d14da4a
900 Author: behdad <behdad>
901 Date:   Sun Sep 4 16:55:12 2005 +0000
902
903     Use capital hex digits.
904
905  bin/fribidi-bidi-types.c | 2 +-
906  1 file changed, 1 insertion(+), 1 deletion(-)
907
908 commit ff7183b4f6f87ea018486334c5e9b73ceffbd360
909 Author: behdad <behdad>
910 Date:   Sat Aug 27 10:21:51 2005 +0000
911
912     Small change to not run libtool if the package doesn't use it.
913
914  bootstrap | 10 ++++++----
915  1 file changed, 6 insertions(+), 4 deletions(-)
916
917 commit 6f82bd2a21dd38e03bdecab889b9fc9f98fcfeb3
918 Author: behdad <behdad>
919 Date:   Thu Aug 25 18:35:34 2005 +0000
920
921     Minor.
922
923  Makefile.am | 10 +++++-----
924  1 file changed, 5 insertions(+), 5 deletions(-)
925
926 commit f7f7232e6322d493118dce829906b626c8dd2049
927 Author: behdad <behdad>
928 Date:   Wed Aug 10 23:16:31 2005 +0000
929
930     Couple items added ;).
931
932  TODO | 8 +++++++-
933  1 file changed, 7 insertions(+), 1 deletion(-)
934
935 commit e8bca571a125502fe0735cf45d6af1d3a85a49c7
936 Author: behdad <behdad>
937 Date:   Sat Jul 30 09:06:27 2005 +0000
938
939     Small changes to shut gcc warnings up.
940
941  .cvsignore                          |  1 +
942  Makefile.am                         |  7 ++--
943  USERS                               |  4 +-
944  bin/fribidi-benchmark.c             | 17 ++++----
945  bin/fribidi-bidi-types.c            |  7 +++-
946  bin/fribidi-caprtl2utf8.c           | 17 ++++----
947  bin/fribidi-main.c                  | 30 +++++++-------
948  charset/fribidi-char-sets-cap-rtl.c | 78
949  +++++++++++++++++++++----------------
950  charset/fribidi-char-sets-utf8.c    | 12 +++---
951  configure.ac                        | 20 +++++-----
952  gen.tab/gen-unicode-version.c       | 33 ++++++++--------
953  lib/fribidi-bidi.c                  | 10 ++---
954  lib/fribidi-types.h                 | 10 ++---
955  lib/fribidi.c                       |  8 ++--
956  14 files changed, 138 insertions(+), 116 deletions(-)
957
958 commit 6f84aff9f7901178ef9e7e2e463a04e639b5a606
959 Author: behdad <behdad>
960 Date:   Wed Jun 8 18:53:50 2005 +0000
961
962     Small edits.
963
964  README | 4 ++--
965  THANKS | 2 +-
966  TODO   | 2 ++
967  3 files changed, 5 insertions(+), 3 deletions(-)
968
969 commit 3c5b16d01c37a03e790617ff59fbdb634f859933
970 Author: behdad <behdad>
971 Date:   Tue Jun 7 08:44:23 2005 +0000
972
973     Misc fixes.
974
975  TODO         | 11 -----------
976  USERS        |  1 +
977  configure.ac | 10 +++++-----
978  3 files changed, 6 insertions(+), 16 deletions(-)
979
980 commit 24d75cf7f42251ccb7a00f5469d8e172cf10061d
981 Author: behdad <behdad>
982 Date:   Tue Jun 7 08:43:17 2005 +0000
983
984     In Unicode 4.1.0, the ReadMe.txt doesn't contain the Unicode version
985     anymore.
986     Updated to read version from BidiMirroring.txt, if not found in
987     ReadMe.txt.
988
989  gen.tab/Makefile.am           |  5 +--
990  gen.tab/gen-unicode-version.c | 75
991  ++++++++++++++++++++++++++++---------------
992  gen.tab/unidata/ReadMe.txt    |  3 --
993  3 files changed, 53 insertions(+), 30 deletions(-)
994
995 commit 589404c4a8e4cc462931d390badf397dae93a433
996 Author: behdad <behdad>
997 Date:   Tue Jun 7 08:42:15 2005 +0000
998
999     Extra space removed!
1000
1001  gen.tab/gen-bidi-type-tab.c    | 8 ++++----
1002  gen.tab/gen-joining-type-tab.c | 8 ++++----
1003  gen.tab/gen-mirroring-tab.c    | 8 ++++----
1004  3 files changed, 12 insertions(+), 12 deletions(-)
1005
1006 commit 7693cd077b01f38470235322785488eaf3935cde
1007 Author: behdad <behdad>
1008 Date:   Tue Jun 7 08:40:21 2005 +0000
1009
1010     Small fixes.
1011
1012  THANKS | 8 ++++----
1013  1 file changed, 4 insertions(+), 4 deletions(-)
1014
1015 commit 6cd91b5e87ee7c33cfad2db686cc0e05bba2f547
1016 Author: behdad <behdad>
1017 Date:   Tue Jun 7 08:39:14 2005 +0000
1018
1019     An integrated CapRTL to UTF-8 converter added.
1020
1021  bin/Makefile.am           |   2 +-
1022  bin/fribidi-caprtl2utf8.c |  32 +++++++++++++++
1023  test/caprtl2unicode.py    | 102
1024  ----------------------------------------------
1025  3 files changed, 33 insertions(+), 103 deletions(-)
1026
1027 commit 10a1d7d29e5fc41f27e6296382c6de9a82aa5a99
1028 Author: behdad <behdad>
1029 Date:   Tue Jun 7 08:20:05 2005 +0000
1030
1031     Added.  Enumerates bidi char types into stdout.
1032
1033  bin/Makefile.am          |  2 +-
1034  bin/fribidi-bidi-types.c | 14 ++++++++++++++
1035  2 files changed, 15 insertions(+), 1 deletion(-)
1036
1037 commit d993a60a47b582fbf48da9d9fb6b0a49b80ac7b6
1038 Author: behdad <behdad>
1039 Date:   Tue Jun 7 07:31:13 2005 +0000
1040
1041     Unicode 4.1 character database update.
1042
1043  gen.tab/unidata/ArabicShaping.txt |  105 ++-
1044  gen.tab/unidata/BidiMirroring.txt |   39 +-
1045  gen.tab/unidata/ReadMe.txt        |   47 +-
1046  gen.tab/unidata/UnicodeData.txt   | 1383
1047  +++++++++++++++++++++++++++++++++++--
1048  4 files changed, 1448 insertions(+), 126 deletions(-)
1049
1050 commit 004756f080f6bf20b27b61b419317a05a529227a
1051 Author: behdad <behdad>
1052 Date:   Mon Jan 10 06:43:53 2005 +0000
1053
1054     Better conversion table from CapRTL to Unicode.
1055
1056  charset/fribidi-char-sets-cap-rtl.c | 40
1057  +++++++++++++++++++++++++++----------
1058  1 file changed, 30 insertions(+), 10 deletions(-)
1059
1060 commit 294e001ae47168d63a2e7e7eaf7ede2a7a3dc1ae
1061 Author: roozbeh <roozbeh>
1062 Date:   Sun Jan 9 11:18:30 2005 +0000
1063
1064     Made the wording a little more formal, removed jokes and sad stories.
1065
1066  AUTHORS | 43 ++++++++++++++++++++-----------------------
1067  1 file changed, 20 insertions(+), 23 deletions(-)
1068
1069 commit 17fc4cc584586887bb075e6759b6b9817136bff0
1070 Author: behnam <behnam>
1071 Date:   Sat Jan 8 15:27:20 2005 +0000
1072
1073     Correcting the table.
1074
1075  test/caprtl2unicode.py | 4 ++--
1076  1 file changed, 2 insertions(+), 2 deletions(-)
1077
1078 commit 9c069fc714a833165ce62638e3769f88187e55c7
1079 Author: behnam <behnam>
1080 Date:   Sat Jan 8 13:26:58 2005 +0000
1081
1082     Clearing some typos.
1083
1084  test/caprtl2unicode.py | 8 +++-----
1085  1 file changed, 3 insertions(+), 5 deletions(-)
1086
1087 commit 9c41b72c0911188bb31821256f5d9594370cd323
1088 Author: behnam <behnam>
1089 Date:   Wed Jan 5 16:45:56 2005 +0000
1090
1091     Adding CapRTL to Unicode (UTF-8) convertor.
1092
1093  test/caprtl2unicode.py | 104
1094  +++++++++++++++++++++++++++++++++++++++++++++++++
1095  1 file changed, 104 insertions(+)
1096
1097 commit 5db31e96f3c6b904325939e648a363cbcac56b14
1098 Author: behdad <behdad>
1099 Date:   Fri Oct 29 18:49:48 2004 +0000
1100
1101     Added Geresh.
1102
1103  USERS | 1 +
1104  1 file changed, 1 insertion(+)
1105
1106 commit 16912ed41fda35ca84cf7cdcffafd063813084d6
1107 Author: behdad <behdad>
1108 Date:   Tue Sep 28 07:58:57 2004 +0000
1109
1110     Minor change in comments:  Using "Authors(s)" in the file header.
1111
1112  lib/fribidi-mirroring.c | 8 ++++----
1113  lib/fribidi-mirroring.h | 8 ++++----
1114  2 files changed, 8 insertions(+), 8 deletions(-)
1115
1116 commit e9682b9d9c3aab7cc9b84f6f7038f2d91dd7eeae
1117 Author: behdad <behdad>
1118 Date:   Fri Aug 27 21:55:59 2004 +0000
1119
1120     Here and there small improvements.
1121
1122  Makefile.am                    | 14 +++++++-------
1123  TODO                           |  4 ++--
1124  USERS                          |  1 +
1125  configure.ac                   | 12 ++++++------
1126  gen.tab/gen-bidi-type-tab.c    | 10 ++++++----
1127  gen.tab/gen-joining-type-tab.c | 10 ++++++----
1128  gen.tab/gen-mirroring-tab.c    | 10 ++++++----
1129  gen.tab/gen-unicode-version.c  |  9 +++++----
1130  8 files changed, 39 insertions(+), 31 deletions(-)
1131
1132 commit 72e40abf49046452016b994e2e3e390460b2d757
1133 Author: behdad <behdad>
1134 Date:   Fri Jul 16 08:39:14 2004 +0000
1135
1136     Added.  List of projects using FriBidi.
1137
1138  USERS | 6 ++++++
1139  1 file changed, 6 insertions(+)
1140
1141 commit 3218f6b1213fe224ad0e1aac5ce0680fc08fb711
1142 Author: behdad <behdad>
1143 Date:   Sat Jul 3 20:49:32 2004 +0000
1144
1145     Added test_UTF-8_reordernsm to Makefile.
1146
1147  test/Makefile.am | 41 ++++++++++++++++++++++-------------------
1148  1 file changed, 22 insertions(+), 19 deletions(-)
1149
1150 commit ecf61996551cf322195cec23e52ea2203461728c
1151 Author: behdad <behdad>
1152 Date:   Sat Jul 3 11:36:14 2004 +0000
1153
1154     Here and there fixes, found by trying to compile on sf.net Compile
1155     Farm!
1156
1157  AUTHORS             |  6 +++---
1158  TODO                |  3 ---
1159  configure.ac        | 17 +++++++++--------
1160  gen.tab/Makefile.am | 17 +++++++++++++++++
1161  lib/Makefile.am     | 13 ++++++++++---
1162  lib/fribidi-types.h | 15 ++++-----------
1163  6 files changed, 43 insertions(+), 28 deletions(-)
1164
1165 commit 9172b19c7bff40e6dafb08e2c09bf4a8d095bfd0
1166 Author: behdad <behdad>
1167 Date:   Sat Jul 3 06:01:04 2004 +0000
1168
1169     Well, just testing new maildiff script.
1170
1171  HACKING | 1 +
1172  1 file changed, 1 insertion(+)
1173
1174 commit e252f1935eedfbda10b7748332ba6083844b04fe
1175 Author: behdad <behdad>
1176 Date:   Sat Jul 3 01:45:08 2004 +0000
1177
1178     Another TODO item added.
1179
1180  TODO | 2 ++
1181  1 file changed, 2 insertions(+)
1182
1183 commit 39eb7cee872fe37844cb7c4e929b69afd1998924
1184 Author: behdad <behdad>
1185 Date:   Sat Jul 3 00:04:27 2004 +0000
1186
1187     Boring addition of new TODO items :-(.
1188
1189  TODO | 18 +++++++++++-------
1190  1 file changed, 11 insertions(+), 7 deletions(-)
1191
1192 commit 584ed3fc6c0a99624ed8c77247ef5533ef7e613c
1193 Author: behdad <behdad>
1194 Date:   Wed Jun 23 22:26:06 2004 +0000
1195
1196     Two small fixes to make compilation with -DDONT_HAVE_FRIBIDI_CONFIG_H
1197     go on.
1198
1199  bin/fribidi-main.c   | 8 ++++----
1200  lib/fribidi-common.h | 7 ++++---
1201  2 files changed, 8 insertions(+), 7 deletions(-)
1202
1203 commit 5dae46a14998243dc121cc0a8f72176cae6e43c8
1204 Author: behdad <behdad>
1205 Date:   Mon Jun 21 21:15:31 2004 +0000
1206
1207     Reimplemented Arabic joining.  Hopefullly it's conforming to the
1208     standard now,
1209     with the exception that we assume "level run" instead of "directional
1210     run",
1211     which is a proposed changed to be applied for Unicode 4.1.
1212
1213  .indent.pro                 |   2 +-
1214  lib/fribidi-bidi.h          |  17 +++---
1215  lib/fribidi-joining-types.h |  18 ++++--
1216  lib/fribidi-joining.c       | 133
1217  ++++++++++++++++++++++++++------------------
1218  lib/fribidi-joining.h       |  15 +++--
1219  lib/fribidi-unicode.h       |  14 ++---
1220  lib/fribidi.c               |  10 ++--
1221  lib/fribidi.h               |   8 +--
1222  8 files changed, 124 insertions(+), 93 deletions(-)
1223
1224 commit 597b12bc95d465aab5402b0a5b75516fc339e6e4
1225 Author: behdad <behdad>
1226 Date:   Mon Jun 21 18:49:23 2004 +0000
1227
1228     We need bidi_types all over the place (in joining, in shaping,
1229     ...), so
1230     make them mandatory.  As a consequence, many of our functions don't
1231     need str
1232     anymore:  they just need this bidi_types.
1233
1234  lib/bidi-types.h         |  8 +++----
1235  lib/common.h             | 11 +++++++---
1236  lib/fribidi-bidi-types.h | 14 +++++++-----
1237  lib/fribidi-bidi.c       | 55
1238  +++++++++++++++++++++---------------------------
1239  lib/fribidi-bidi.h       | 43 ++++++-------------------------------
1240  lib/fribidi-joining.c    | 17 +++++++++++----
1241  lib/fribidi-run.c        | 15 ++++++-------
1242  lib/fribidi-unicode.h    | 18 +++++++++++-----
1243  lib/fribidi.c            | 20 +++++++++++++-----
1244  lib/run.h                | 11 +++++-----
1245  10 files changed, 104 insertions(+), 108 deletions(-)
1246
1247 commit b1a9af57fe88c46b5f9f7fd47db37895b3e58e78
1248 Author: behdad <behdad>
1249 Date:   Mon Jun 21 16:15:27 2004 +0000
1250
1251     Fixed a bug in fribidi_log2vis(), also changed fribidi_reorder_line()
1252     api to
1253     allow not passing visual_str, by passing str instead.
1254
1255  lib/fribidi-bidi.c | 37 ++++++++++++++++++++-----------------
1256  lib/fribidi-bidi.h | 22 +++++++++++++++-------
1257  lib/fribidi.c      | 41 +++++++++++++++++++++--------------------
1258  3 files changed, 56 insertions(+), 44 deletions(-)
1259
1260 commit 9ccf303994daef7417fe30bce7cf7d9ec8f9a59c
1261 Author: behdad <behdad>
1262 Date:   Fri Jun 18 22:41:39 2004 +0000
1263
1264     Rever back to our old level setting for BN and explicits.  The new
1265     method was
1266     buggy.  A test case added to capture that.
1267
1268  lib/fribidi-bidi.c                  | 20 ++++++--------------
1269  test/Makefile.am                    | 10 +++++-----
1270  test/test_CapRTL_explicit.input     |  1 +
1271  test/test_CapRTL_explicit.reference |  1 +
1272  4 files changed, 13 insertions(+), 19 deletions(-)
1273
1274 commit 23b5d2354cff9b790f0e19bd78e5084b069f5679
1275 Author: behdad <behdad>
1276 Date:   Fri Jun 18 19:21:33 2004 +0000
1277
1278     Fixed good catch by Mark Davis that rule L1 is partly done after line
1279     breaking.  Also calculate more reasonable levels for explicit marks
1280     and BN.
1281
1282  lib/fribidi-bidi-types.h | 13 ++++++-----
1283  lib/fribidi-bidi.c       | 56
1284  +++++++++++++++++++++++++++++++++++++-----------
1285  lib/fribidi-bidi.h       | 30 ++++++++++++++++----------
1286  lib/fribidi-types.h      | 10 ++++-----
1287  lib/fribidi.c            | 10 ++++-----
1288  5 files changed, 79 insertions(+), 40 deletions(-)
1289
1290 commit 7ca6352ed7890ea20a23e6957c7cd4928c0fe7d1
1291 Author: behdad <behdad>
1292 Date:   Tue Jun 15 20:54:00 2004 +0000
1293
1294     Oh, no need to add tables for general category Cf, it can roughly
1295     be obtained
1296     by doing JOINING_TYPE_T - BIDI_TYPE_NSM...
1297
1298  gen.tab/Makefile.am      | 16 +---------------
1299  lib/Makefile.am          |  4 +---
1300  lib/fribidi-bidi-types.h | 17 +++--------------
1301  3 files changed, 5 insertions(+), 32 deletions(-)
1302
1303 commit e6086775cc1d123d94127ee618fe6aaa0c10134a
1304 Author: behdad <behdad>
1305 Date:   Tue Jun 15 11:52:02 2004 +0000
1306
1307     Arabic joining is almost complete.  Going for Shaping.
1308
1309  .indent.pro                         |   1 +
1310  TODO                                |  11 ++-
1311  charset/fribidi-char-sets-cap-rtl.c |   8 +-
1312  configure.ac                        |  10 +--
1313  gen.tab/Makefile.am                 |  16 +++-
1314  gen.tab/gen-bidi-type-tab.c         |   9 +-
1315  gen.tab/gen-joining-type-tab.c      |   9 +-
1316  gen.tab/gen-mirroring-tab.c         |   9 +-
1317  gen.tab/gen-unicode-version.c       |   9 +-
1318  lib/Makefile.am                     |   4 +-
1319  lib/common.h                        |  10 ++-
1320  lib/fribidi-bidi-types.c            |  12 +--
1321  lib/fribidi-bidi-types.h            |  68 +++++++++++----
1322  lib/fribidi-bidi.c                  | 119 +++++++++++++++-----------
1323  lib/fribidi-bidi.h                  |  94 +++++++++++++++------
1324  lib/fribidi-joining-types-list.h    |  10 +--
1325  lib/fribidi-joining-types.c         |  30 ++++---
1326  lib/fribidi-joining-types.h         | 124 ++++++++++++++++++++++-----
1327  lib/fribidi-joining.c               | 161
1328  ++++++++++++++++++++++++++++++++++++
1329  lib/fribidi-joining.h               |  36 +++++++-
1330  lib/fribidi-mirroring.c             |  14 ++--
1331  lib/fribidi-mirroring.h             |  27 +++---
1332  lib/fribidi-types.h                 |  24 +++++-
1333  lib/fribidi.c                       |  97 +++++++++++++---------
1334  lib/fribidi.def                     |   6 +-
1335  lib/fribidi.h                       |  93 ++++++++++++---------
1336  lib/joining-types.h                 |   9 +-
1337  27 files changed, 734 insertions(+), 286 deletions(-)
1338
1339 commit 8a20d52ddb30e073762ec17afda2e1b9257be568
1340 Author: behdad <behdad>
1341 Date:   Tue Jun 15 09:21:32 2004 +0000
1342
1343     Oops, I changed Persian Yeh to Arabic Yeh last time :">.
1344
1345  test/test_UTF-8_persian.input     | 26 +++++++++++++-------------
1346  test/test_UTF-8_persian.reference | 26 +++++++++++++-------------
1347  2 files changed, 26 insertions(+), 26 deletions(-)
1348
1349 commit e5583f7430272861120627c3262cc1b80f020206
1350 Author: behdad <behdad>
1351 Date:   Tue Jun 15 09:19:16 2004 +0000
1352
1353     Replace Arabic Yeh with Persian Yeh.
1354
1355  test/test_UTF-8_persian.input     | 22 +++++++++++-----------
1356  test/test_UTF-8_persian.reference | 22 +++++++++++-----------
1357  2 files changed, 22 insertions(+), 22 deletions(-)
1358
1359 commit 08dd824be4a114ed07d67c5dabc12c33fd6ba3ae
1360 Author: behdad <behdad>
1361 Date:   Mon Jun 14 18:43:48 2004 +0000
1362
1363     fribidi-bidi-type.[ch] merged into fribidi-bidi-types.[ch].
1364     fribidi-joining-type.[ch] merged into fribidi-joining-types.[ch].
1365
1366  charset/fribidi-char-sets-cap-rtl.c |  8 ++--
1367  configure.ac                        | 22 +++++++---
1368  doc/Makefile.am                     | 14 +++----
1369  lib/Headers.mk                      |  3 +-
1370  lib/Makefile.am                     |  2 -
1371  lib/fribidi-bidi-type.c             | 80
1372  -------------------------------------
1373  lib/fribidi-bidi-type.h             | 72
1374  ---------------------------------
1375  lib/fribidi-bidi-types.c            | 69 ++++++++++++++++++++++++++------
1376  lib/fribidi-bidi-types.h            | 34 +++++++++++++---
1377  lib/fribidi-bidi.c                  | 48 +++++-----------------
1378  lib/fribidi-bidi.h                  | 27 +++----------
1379  lib/fribidi-config.h.in             |  3 ++
1380  lib/fribidi-joining-type.c          | 56 --------------------------
1381  lib/fribidi-joining-type.h          | 59 ---------------------------
1382  lib/fribidi-joining-types.c         | 66 ++++++++++++++++++++++++------
1383  lib/fribidi-joining-types.h         | 36 ++++++++++++++---
1384  lib/fribidi-mirroring.c             | 34 ++++++++++++++--
1385  lib/fribidi-mirroring.h             | 22 ++++++++--
1386  lib/fribidi-run.c                   |  8 ++--
1387  lib/fribidi.c                       | 11 ++---
1388  lib/fribidi.def                     | 18 +++++----
1389  lib/fribidi.h                       | 14 ++++---
1390  22 files changed, 296 insertions(+), 410 deletions(-)
1391
1392 commit 5e32eff3de2d41d4a1674e28991eb82c1d00dd79
1393 Author: behdad <behdad>
1394 Date:   Mon Jun 14 17:00:33 2004 +0000
1395
1396     fribidi_get_bidi_types is back.  Allow passing bidi types to
1397     get_par_embedding_levels and reorder_line functions.
1398
1399  lib/bidi-types.h        |  8 +++++---
1400  lib/fribidi-bidi-type.c | 24 +++++++++++++++++++---
1401  lib/fribidi-bidi-type.h | 19 +++++++++++++++---
1402  lib/fribidi-bidi.c      | 53
1403  ++++++++++++++++++++++++++++---------------------
1404  lib/fribidi-bidi.h      | 33 +++++++++++++++++++++++-------
1405  lib/fribidi-run.c       | 13 ++++++------
1406  lib/fribidi.c           | 10 +++++-----
1407  lib/run.h               |  9 +++++----
1408  8 files changed, 115 insertions(+), 54 deletions(-)
1409
1410 commit 55c61f3adbd4bd6ccfc3a2a26fb926adfa3a4082
1411 Author: behdad <behdad>
1412 Date:   Sun Jun 13 20:11:41 2004 +0000
1413
1414     First joining stuff checked in.  Generate joining table using
1415     my beloved
1416     packtab, in gen-joining-type-tab.c.  Defined FriBidiJoiningType type
1417     and wrote
1418     accompanying functions and macros.
1419
1420  .indent.pro                         |   3 +-
1421  TODO                                |  20 +-
1422  charset/Makefile.am                 |  10 +-
1423  charset/fribidi-char-sets-cap-rtl.c |   8 +-
1424  doc/Makefile.am                     |  10 +-
1425  gen.tab/Makefile.am                 |  92 ++++------
1426  gen.tab/gen-bidi-type-tab.c         |  65 ++++---
1427  gen.tab/gen-joining-type-tab.c      | 355
1428  ++++++++++++++++++++++++++++++++++++
1429  gen.tab/gen-mirroring-tab.c         |  52 +++---
1430  gen.tab/gen-unicode-version.c       |  42 ++---
1431  gen.tab/packtab.c                   |  16 +-
1432  gen.tab/packtab.h                   |   2 +-
1433  lib/Headers.mk                      |   7 +-
1434  lib/Makefile.am                     |  29 ++-
1435  lib/common.h                        |  12 +-
1436  lib/debug.h                         |  11 +-
1437  lib/env.h                           |   7 +-
1438  lib/fribidi-bidi-type.c             |   9 +-
1439  lib/fribidi-bidi-types-list.h       |   8 +-
1440  lib/fribidi-bidi-types.c            |   8 +-
1441  lib/fribidi-bidi-types.h            | 140 +++++++-------
1442  lib/fribidi-joining-type.c          |  56 ++++++
1443  lib/fribidi-joining-type.h          |  59 ++++++
1444  lib/fribidi-joining-types-list.h    |  50 +++++
1445  lib/fribidi-joining-types.c         |  78 ++++++++
1446  lib/fribidi-joining-types.h         | 143 +++++++++++++++
1447  lib/fribidi-joining.c               |   0
1448  lib/fribidi-joining.h               |  50 +++++
1449  lib/fribidi-mirroring.c             |  12 +-
1450  lib/fribidi.def                     |   9 +-
1451  lib/joining-types.h                 |  58 ++++++
1452  lib/run.h                           |  10 +-
1453  32 files changed, 1147 insertions(+), 284 deletions(-)
1454
1455 commit c4ac68eb37169192b1f72bd09e2fc80302cad20d
1456 Author: behdad <behdad>
1457 Date:   Wed Jun 9 20:01:00 2004 +0000
1458
1459     Wow!!!  I use the wonderful packtab to compress the mirroring
1460     table now!  It
1461     gives an smaller and faster table than the old binary search one!
1462     Moreover,
1463     packtab deals with tables with empty heads much better.  Voila!
1464
1465  bin/fribidi-main.c          |  13 ++--
1466  charset/fribidi-char-sets.c |   7 ++-
1467  configure.ac                |   9 ++-
1468  gen.tab/Makefile.am         |   4 +-
1469  gen.tab/gen-bidi-type-tab.c |  15 +++--
1470  gen.tab/gen-mirroring-tab.c |  99 +++++++++++++++++++----------
1471  gen.tab/packtab.c           | 147
1472  ++++++++++++++++++++++++++++++++++----------
1473  gen.tab/packtab.h           |  13 ++--
1474  lib/fribidi-bidi-type.c     |  14 ++---
1475  lib/fribidi-bidi-types.h    |  10 +--
1476  lib/fribidi-mirroring.c     |  48 +++------------
1477  lib/fribidi-types.h         |  79 +++++++++++++-----------
1478  lib/fribidi.h               |   8 +--
1479  13 files changed, 276 insertions(+), 190 deletions(-)
1480
1481 commit a7baa9a7e957ea338e3c683f8d85ad4bc5a533c5
1482 Author: behdad <behdad>
1483 Date:   Wed Jun 9 14:59:21 2004 +0000
1484
1485     Redundant and compatibility stuff removed.  A few macros added,
1486     to compile
1487     AbiWord from CVS.  The most important is the FRIBIDI_TYPE_PRIVATE in
1488     fribidi-bidi-types.h
1489
1490  bin/fribidi-main.c                    | 25 +++++++++++---
1491  charset/Headers.mk                    |  8 +----
1492  charset/fribidi-char-sets-cap-rtl.h   |  8 +++--
1493  charset/fribidi-char-sets-cp1255.h    |  8 +++--
1494  charset/fribidi-char-sets-cp1256.h    |  8 +++--
1495  charset/fribidi-char-sets-iso8859-6.h |  8 +++--
1496  charset/fribidi-char-sets-iso8859-8.h |  8 +++--
1497  charset/fribidi-char-sets-list.h      | 14 ++++----
1498  charset/fribidi-char-sets-utf8.h      |  8 +++--
1499  charset/fribidi-char-sets.c           | 18 ++++++----
1500  charset/fribidi-char-sets.h           | 13 ++------
1501  configure.ac                          | 18 ++++------
1502  doc/Makefile.am                       |  1 +
1503  lib/common.h                          | 28 ++++++++--------
1504  lib/debug.h                           | 10 +++---
1505  lib/fribidi-bidi-type.c               | 62
1506  +++--------------------------------
1507  lib/fribidi-bidi-type.h               | 39 ++--------------------
1508  lib/fribidi-bidi-types-list.h         | 14 ++++----
1509  lib/fribidi-bidi-types.h              | 35 +++++++++++---------
1510  lib/fribidi-bidi.h                    |  7 ++--
1511  lib/fribidi-common.h                  | 14 +++-----
1512  lib/fribidi-mirroring.c               | 12 +++----
1513  lib/fribidi-mirroring.h               | 12 +++----
1514  lib/fribidi-types.h                   | 26 +++++++--------
1515  lib/fribidi.c                         |  8 ++---
1516  lib/fribidi.def                       |  3 --
1517  lib/fribidi.h                         | 18 +++++++---
1518  lib/mem.h                             | 10 +++---
1519  28 files changed, 189 insertions(+), 254 deletions(-)
1520
1521 commit 7e382d2cc7f5c08bda7d0d7195b074d91811c5d7
1522 Author: behdad <behdad>
1523 Date:   Wed Jun 9 08:56:53 2004 +0000
1524
1525     Not serious changed.  Going to remove easy-to-replace compatibility
1526     stuff.
1527
1528  bin/fribidi-benchmark.c |  8 ++++----
1529  bin/fribidi-main.c      | 14 +++++++-------
1530  lib/fribidi-bidi-type.h | 12 +++++++-----
1531  lib/fribidi.h           | 16 ++++++++++++----
1532  4 files changed, 30 insertions(+), 20 deletions(-)
1533
1534 commit 5a52ab708d73f6b8929856ddf7238ecdb04a36b0
1535 Author: behdad <behdad>
1536 Date:   Mon Jun 7 20:38:21 2004 +0000
1537
1538     Finally done with the clean API for bidi functionality.  The API is
1539     not final
1540     yet, but does the job.  Also define FriBidiCharType as an enum
1541     if possible.
1542     Added type FriBidiParType for paragraph direction types.
1543
1544  .cvsignore                        |   2 +-
1545  .indent.pro                       |   4 +-
1546  TODO                              |   2 +
1547  lib/fribidi-bidi-types-list.h     |  11 +-
1548  lib/fribidi-bidi-types.h          | 134 +++++++++++-----
1549  lib/fribidi-bidi.c                | 314
1550  +++++++++++++++-----------------------
1551  lib/fribidi-bidi.h                | 100 +++++-------
1552  lib/fribidi-mirroring.c           |   9 +-
1553  lib/fribidi-mirroring.h           |   9 +-
1554  lib/fribidi.c                     | 170 ++++++++++++++++++++-
1555  lib/fribidi.def                   |   2 +-
1556  lib/fribidi.h                     |  95 +++++++++++-
1557  test/test_UTF-8_persian.reference |  16 +-
1558  13 files changed, 541 insertions(+), 327 deletions(-)
1559
1560 commit 8fee958d0e10db5516f3897e6dc832ef56b13fcd
1561 Author: behdad <behdad>
1562 Date:   Fri Jun 4 16:43:51 2004 +0000
1563
1564     Isolating bidi reordering call, take 1.
1565
1566  lib/fribidi-bidi.c | 338
1567  ++++++++++++++++++-----------------------------------
1568  lib/fribidi-bidi.h |  14 +--
1569  lib/fribidi-run.c  |  39 ++++---
1570  lib/run.h          |   8 +-
1571  4 files changed, 149 insertions(+), 250 deletions(-)
1572
1573 commit a6fde7f289ff58990148caef9b69283ab6263b04
1574 Author: behdad <behdad>
1575 Date:   Fri Jun 4 09:43:57 2004 +0000
1576
1577     Anyone seen my log ;-).
1578
1579  doc/Makefile.am | 3 ---
1580  1 file changed, 3 deletions(-)
1581
1582 commit 526172111aaf46da0f28ed57917179779d1a266b
1583 Author: behdad <behdad>
1584 Date:   Fri Jun 4 09:41:11 2004 +0000
1585
1586     Cleaning up here and there.  Last lingers before adding joining.
1587
1588  Makefile.am                         |  49 ++++--
1589  TODO                                |   9 +-
1590  bin/fribidi-main.c                  |  12 +-
1591  bootstrap                           | 130 +++++++++++-----
1592  charset/fribidi-char-sets-cap-rtl.c |  12 +-
1593  configure.ac                        |   9 +-
1594  doc/Makefile.am                     |  18 ++-
1595  gen.tab/.cvsignore                  |   4 +-
1596  gen.tab/Makefile.am                 |   1 +
1597  gen.tab/gen-bidi-type-tab.c         |  20 +--
1598  lib/Headers.mk                      |   2 +-
1599  lib/fribidi-bidi-type.c             |  17 ++-
1600  lib/fribidi-bidi-type.h             |  23 +--
1601  lib/fribidi-bidi-types-list.h       |  39 +++--
1602  lib/fribidi-bidi-types.c            |  10 +-
1603  lib/fribidi-bidi-types.h            |  17 ++-
1604  lib/fribidi-bidi.c                  | 297
1605  ++++++++++++++++++------------------
1606  lib/fribidi-bidi.h                  |  28 +++-
1607  lib/fribidi-common.h                |   8 +-
1608  lib/fribidi-config.h.in             |   3 +
1609  lib/fribidi.def                     |  28 ++--
1610  21 files changed, 430 insertions(+), 306 deletions(-)
1611
1612 commit a6b4f96acbd71fd8cc05e136a9bcb2ffc594b2a1
1613 Author: behdad <behdad>
1614 Date:   Mon May 31 18:43:26 2004 +0000
1615
1616     GNU Coding Standards applied and typos fixed.
1617
1618  AUTHORS                             | 45 ++++++++++++++++++-
1619  Makefile.am                         | 10 ++---
1620  README                              | 26 ++++++-----
1621  THANKS                              |  2 +-
1622  TODO                                | 41 +++++++++++++++++
1623  bin/fribidi-main.c                  | 10 ++---
1624  charset/fribidi-char-sets-cap-rtl.c |  8 ++--
1625  configure.ac                        | 40 +++++++++--------
1626  doc/Makefile.am                     |  4 +-
1627  gen.tab/Makefile.am                 | 12 ++---
1628  gen.tab/gen-bidi-type-tab.c         |  8 ++--
1629  gen.tab/gen-mirroring-tab.c         |  8 ++--
1630  gen.tab/gen-unicode-version.c       | 20 ++++++---
1631  lib/bidi-types-list.h               | 85
1632  -----------------------------------
1633  lib/fribidi-bidi-type.c             | 10 ++---
1634  lib/fribidi-bidi-types-list.h       | 90
1635  +++++++++++++++++++++++++++++++++++++
1636  16 files changed, 259 insertions(+), 160 deletions(-)
1637
1638 commit 339717751b86715f78bd9d02159813c29c650a0a
1639 Author: behdad <behdad>
1640 Date:   Mon May 31 18:39:39 2004 +0000
1641
1642     GNU Coding Standards applied where appropriate.
1643
1644  lib/Headers.mk           |  1 +
1645  lib/Makefile.am          |  1 -
1646  lib/common.h             | 10 +++---
1647  lib/debug.h              |  8 ++---
1648  lib/fribidi-bidi-types.c | 10 +++---
1649  lib/fribidi-bidi.c       | 84
1650  ++++++++++++++++++++++++------------------------
1651  lib/fribidi-common.h     | 33 ++++++++++---------
1652  lib/fribidi-config.h.in  |  3 +-
1653  lib/fribidi.c            | 20 ++++++------
1654  lib/run.h                |  8 ++---
1655  10 files changed, 91 insertions(+), 87 deletions(-)
1656
1657 commit 18e3dfa79857422629e1c790890e77be31a97507
1658 Author: behdad <behdad>
1659 Date:   Mon May 31 10:59:14 2004 +0000
1660
1661     To be moved to gen.tab/
1662
1663  gen.tab/unidata/README | 1 -
1664  1 file changed, 1 deletion(-)
1665
1666 commit 477d11a4cda120d3e877302d0fc6485cbd8b2caf
1667 Author: behdad <behdad>
1668 Date:   Mon May 31 10:43:44 2004 +0000
1669
1670     We need UnicodeData.txt for shaping tables, so seems like we are
1671     forced to use
1672     the big fat huge UnicodeData.txt, so no need to used extracted/Derived
1673     files
1674     anymore. :-(
1675
1676  gen.tab/unidata/ArabicShaping.txt                  |   240 +
1677  gen.tab/unidata/README                             |     1 +
1678  gen.tab/unidata/UnicodeData.txt                    | 15100
1679  +++++++++++++++++++
1680  gen.tab/unidata/extracted/DerivedBidiClass.txt     |  1299 --
1681  .../unidata/extracted/DerivedDecompositionType.txt |   933 --
1682  gen.tab/unidata/extracted/DerivedJoiningType.txt   |   215 -
1683  6 files changed, 15341 insertions(+), 2447 deletions(-)
1684
1685 commit 28f7f004848d56fb148290428ecff8ab3b568cdd
1686 Author: behdad <behdad>
1687 Date:   Sat May 29 11:32:23 2004 +0000
1688
1689     Tweaked the headers again.  According to GNU GPL now.
1690
1691  lib/fribidi-mirroring.c | 36 ++++++++++++++++++------------------
1692  lib/fribidi-mirroring.h | 38 ++++++++++++++++++++------------------
1693  lib/fribidi.c           | 10 ++++++----
1694  3 files changed, 44 insertions(+), 40 deletions(-)
1695
1696 commit 08e0eaa79d69c795eff3f46e42f48978390dce35
1697 Author: behdad <behdad>
1698 Date:   Tue May 25 12:41:17 2004 +0000
1699
1700     Ok, now DLL build works with Cygwin.  Still remains to test with
1701     Mingw.
1702
1703  lib/Makefile.am | 8 ++++----
1704  1 file changed, 4 insertions(+), 4 deletions(-)
1705
1706 commit 0134010bc16b3d8305f84ced5d869ad8ea74e59c
1707 Author: behdad <behdad>
1708 Date:   Tue May 25 12:28:11 2004 +0000
1709
1710     Ok, seems like there are a few bits wrong in Pango, and I simply
1711     copied :">.
1712
1713  configure.ac | 30 +++++++++---------------------
1714  1 file changed, 9 insertions(+), 21 deletions(-)
1715
1716 commit a721146c70de7d537bd307f3422fc159d90825b2
1717 Author: behdad <behdad>
1718 Date:   Tue May 25 12:15:44 2004 +0000
1719
1720     Seems like using $build_os instead of broken $host should fix the
1721     problem.
1722
1723  configure.ac | 17 ++++++++---------
1724  1 file changed, 8 insertions(+), 9 deletions(-)
1725
1726 commit ff55b08eb992fde9c99711c744aee6763adfbf4d
1727 Author: behdad <behdad>
1728 Date:   Tue May 25 12:09:39 2004 +0000
1729
1730     Trying to build DLL on Cygwin.
1731
1732  configure.ac | 22 +++++++++++++++++-----
1733  1 file changed, 17 insertions(+), 5 deletions(-)
1734
1735 commit 564566593800ae5b29a73d1cfee424f78eb3bbc7
1736 Author: behdad <behdad>
1737 Date:   Tue May 25 12:00:29 2004 +0000
1738
1739     Define extra GNU function attributes only if using GLIB.
1740
1741  lib/fribidi-common.h | 31 +++++++++++++++++--------------
1742  1 file changed, 17 insertions(+), 14 deletions(-)
1743
1744 commit f4dd6b6017ca84c7649ddef2e9408a6dcb4ea1c0
1745 Author: behdad <behdad>
1746 Date:   Tue May 25 11:35:39 2004 +0000
1747
1748     Added a dummy gettext.h that simply defines "gettext" to null.
1749
1750  bin/Makefile.am | 2 +-
1751  bin/gettext.h   | 2 ++
1752  2 files changed, 3 insertions(+), 1 deletion(-)
1753
1754 commit 780f36974ad355dc931fb8d9ea94327a0e4b0d18
1755 Author: behdad <behdad>
1756 Date:   Tue May 25 11:27:50 2004 +0000
1757
1758     Another oops.  You know, it's 7:30 in the morning!
1759
1760  gen.tab/Makefile.am | 2 +-
1761  1 file changed, 1 insertion(+), 1 deletion(-)
1762
1763 commit ae620c51565dcab4493d8c221dece66cdbe68f8a
1764 Author: behdad <behdad>
1765 Date:   Tue May 25 11:26:28 2004 +0000
1766
1767     My oops.  Sorry.
1768
1769  gen.tab/Makefile.am | 2 +-
1770  1 file changed, 1 insertion(+), 1 deletion(-)
1771
1772 commit 7333eb868af79cae67e9fd6e89ded327412c6ec6
1773 Author: behdad <behdad>
1774 Date:   Tue May 25 11:21:06 2004 +0000
1775
1776     Added $(EXEEXT) to binaries we build and run, to make cygwin-safe.
1777
1778  gen.tab/Makefile.am | 24 +++++++++++++++---------
1779  1 file changed, 15 insertions(+), 9 deletions(-)
1780
1781 commit e7798ad595b3e90ff3077a65f0e342637fdeb0de
1782 Author: behdad <behdad>
1783 Date:   Tue May 25 11:14:14 2004 +0000
1784
1785     Moved gen.tab to the first subdir.
1786
1787  Makefile.am | 8 ++++----
1788  1 file changed, 4 insertions(+), 4 deletions(-)
1789
1790 commit a0897904ce19ea9f17de60c4ec13d3bd1186d43e
1791 Author: behdad <behdad>
1792 Date:   Mon May 24 06:45:42 2004 +0000
1793
1794     Small fixes.
1795
1796  AUTHORS                       |  1 +
1797  HACKING                       |  7 -------
1798  doc/Makefile.am               | 23 +++++++++++++++--------
1799  gen.tab/gen-bidi-type-tab.c   | 14 +++++++-------
1800  gen.tab/gen-mirroring-tab.c   | 15 ++++++---------
1801  gen.tab/gen-unicode-version.c | 10 +++++-----
1802  6 files changed, 34 insertions(+), 36 deletions(-)
1803
1804 commit 3fe934b572660936b4e494a3694714a10ed12a1b
1805 Author: behdad <behdad>
1806 Date:   Sat May 22 12:17:10 2004 +0000
1807
1808     When reading DerivedBidiClass.txt, should only default to L.
1809
1810  TODO                        |  5 +++--
1811  gen.tab/gen-bidi-type-tab.c | 45
1812  ++++++++++++++++++++++++++++++++-------------
1813  2 files changed, 35 insertions(+), 15 deletions(-)
1814
1815 commit fc64781b05223801b6b69ecba791a31f5166bdbe
1816 Author: behdad <behdad>
1817 Date:   Sat May 22 11:21:39 2004 +0000
1818
1819     Make gen-mirroring-tab and gen-unicode-version work.  gen.tab/
1820     works now.
1821
1822  Makefile.am                         | 10 ++--
1823  bin/Makefile.am                     |  4 +-
1824  bin/fribidi-benchmark.c             | 16 ++++---
1825  charset/fribidi-char-sets-cap-rtl.c | 16 +++----
1826  charset/fribidi-char-sets.c         |  8 ++--
1827  gen.tab/Makefile.am                 | 95
1828  +++++++++++++++++++++++++++----------
1829  gen.tab/gen-bidi-type-tab.c         |  8 ++--
1830  gen.tab/gen-mirroring-tab.c         | 10 ++--
1831  gen.tab/gen-unicode-version.c       | 11 ++---
1832  lib/common.h                        | 20 ++++----
1833  lib/fribidi-bidi-type.c             |  7 ++-
1834  lib/fribidi-mem.c                   | 13 +++--
1835  12 files changed, 137 insertions(+), 81 deletions(-)
1836
1837 commit 285b3de138e8a4f790fe07519c1a90d759a61598
1838 Author: behdad <behdad>
1839 Date:   Sat May 22 10:35:30 2004 +0000
1840
1841     Making gen-bidi-tab work, and more clean up.
1842
1843  bin/Makefile.am               |   4 +-
1844  charset/Makefile.am           |   2 +-
1845  configure.ac                  |  29 ++++----
1846  doc/Makefile.am               |   2 +-
1847  fribidi.pc.in                 |   2 +-
1848  gen.tab/Makefile.am           |  52 +++++++++++++-
1849  gen.tab/gen-bidi-type-tab.c   | 163
1850  ++++++++++++++++++++++++++++++------------
1851  gen.tab/gen-mirroring-tab.c   |  79 +++++++++++++-------
1852  gen.tab/gen-unicode-version.c |  48 ++++++-------
1853  gen.tab/packtab.c             |   5 +-
1854  gen.tab/packtab.h             |   2 +-
1855  lib/Makefile.am               |  31 +++-----
1856  lib/common.h                  |  48 +++++++------
1857  lib/fribidi-bidi.h            |  12 ++--
1858  lib/fribidi-mirroring.c       |  10 +--
1859  lib/fribidi-mirroring.h       |  10 +--
1860  16 files changed, 323 insertions(+), 176 deletions(-)
1861
1862 commit c33ae846fd05d20a4e557dd1b6ab1ca4a77ee796
1863 Author: behdad <behdad>
1864 Date:   Wed May 12 23:13:55 2004 +0000
1865
1866     gen-unicode-version is operational now.
1867
1868  gen.tab/.cvsignore            |   5 +-
1869  gen.tab/Makefile.am           |   6 +-
1870  gen.tab/gen-bidi-type-tab.c   |  10 +--
1871  gen.tab/gen-mirroring-tab.c   |   8 +-
1872  gen.tab/gen-unicode-version.c | 170
1873  ++++++++++++++++++++++++++++++++++++++++++
1874  5 files changed, 187 insertions(+), 12 deletions(-)
1875
1876 commit 8bc4b0a145e828a6c9e90d18e4f06900291d1d3a
1877 Author: behdad <behdad>
1878 Date:   Wed May 12 08:17:19 2004 +0000
1879
1880     Better handling with Unicode info.
1881
1882  gen.tab/gen-bidi-type-tab.c | 13 +++++--------
1883  lib/.cvsignore              |  2 +-
1884  lib/Makefile.am             |  4 ++--
1885  lib/common.h                |  7 ++++---
1886  lib/fribidi-bidi-type.c     | 24 +++++++++---------------
1887  lib/fribidi-common.h        | 10 +++-------
1888  lib/fribidi-unicode.h       | 11 ++++++++---
1889  7 files changed, 32 insertions(+), 39 deletions(-)
1890
1891 commit 4400e84cad664c8bd863596aa53f6e3fe0866156
1892 Author: behdad <behdad>
1893 Date:   Wed May 12 07:09:09 2004 +0000
1894
1895     Updated .cvsignore files.
1896
1897  doc/.cvsignore                | 4 ++++
1898  lib/.cvsignore                | 2 ++
1899  lib/fribidi-unicode-version.h | 4 ----
1900  3 files changed, 6 insertions(+), 4 deletions(-)
1901
1902 commit d7b141a2521ad40a1c75c0aeb43920225bd08317
1903 Author: behdad <behdad>
1904 Date:   Wed May 12 07:06:21 2004 +0000
1905
1906     Updated the gen.tab to work again.  Other fixes here and there.
1907
1908  .indent.pro                 |   1 +
1909  TODO                        |   2 +
1910  bin/fribidi-main.c          |  11 +-
1911  bootstrap                   |   9 +-
1912  charset/fribidi-char-sets.c |  12 +-
1913  gen.tab/Makefile.am         |   9 ++
1914  gen.tab/gen-bidi-type-tab.c | 298
1915  +++++++++++++++++++++-----------------------
1916  gen.tab/gen-mirroring-tab.c | 223 +++++++++++++++++++--------------
1917  gen.tab/packtab.c           |  18 ++-
1918  lib/bidi-types-list.h       |  18 ++-
1919  lib/common.h                |  12 +-
1920  lib/fribidi-bidi-type.c     |   8 +-
1921  lib/fribidi-mirroring.h     |  13 +-
1922  13 files changed, 340 insertions(+), 294 deletions(-)
1923
1924 commit 4b03bbd7b4368cde918197875a83ff4661ca4857
1925 Author: behdad <behdad>
1926 Date:   Fri May 7 06:30:37 2004 +0000
1927
1928     Cleaning here and there.  We may be ready for a release tonight :).
1929
1930  Makefile.am                         |    8 +-
1931  TODO                                |    3 +-
1932  bin/fribidi-main.c                  |   28 +-
1933  charset/fribidi-char-sets-cap-rtl.c |   92 +-
1934  configure.ac                        |   10 +-
1935  doc/Makefile.am                     |    2 +
1936  lib/Makefile.am                     |    8 +-
1937  lib/bidi-type-table.i               | 5228
1938  -----------------------------------
1939  lib/bidi-types-list.h               |   11 +-
1940  lib/bidi-types.h                    |   25 +-
1941  lib/common.h                        |   10 +-
1942  lib/debug.h                         |    7 +-
1943  lib/fribidi-bidi-type.c             |   61 +-
1944  lib/fribidi-bidi.c                  |    8 +-
1945  lib/fribidi-common.h                |   12 +-
1946  lib/fribidi-mem.c                   |   20 +-
1947  lib/fribidi-mirroring.c             |   13 +-
1948  lib/fribidi-types.h                 |    9 +-
1949  lib/fribidi-unicode.h               |   16 +-
1950  lib/fribidi.c                       |    8 +-
1951  lib/mem.h                           |    8 +-
1952  lib/mirroring-table.i               |  360 ---
1953  22 files changed, 181 insertions(+), 5766 deletions(-)
1954
1955 commit 7fafb2d9754e6dab124dff5b2b5ba89e69e042f7
1956 Author: behdad <behdad>
1957 Date:   Wed May 5 21:47:34 2004 +0000
1958
1959     More TODO.  And change autoconf requirement to 2.56 from 2.59.
1960
1961  TODO         |  8 ++++++++
1962  configure.ac | 10 +++++-----
1963  2 files changed, 13 insertions(+), 5 deletions(-)
1964
1965 commit 2a3c067871dcd2b595a1f3d0d79c3e0660270653
1966 Author: behdad <behdad>
1967 Date:   Mon May 3 22:05:19 2004 +0000
1968
1969     Changed the run data structure from a double-terminated deque, to a
1970     circular deque with a single sentinel.  To debug that, also added
1971     some assert
1972     stuff, added function attributes, deprecated old interfaces, and humm,
1973     that it
1974     for now.
1975
1976  .indent.pro                           |    2 +-
1977  TODO                                  |    4 +
1978  bin/fribidi-benchmark.c               |   10 +-
1979  bin/fribidi-main.c                    |   20 +-
1980  charset/fribidi-char-sets-cap-rtl.c   |   11 +-
1981  charset/fribidi-char-sets-cp1255.c    |   10 +-
1982  charset/fribidi-char-sets-cp1256.c    |   10 +-
1983  charset/fribidi-char-sets-iso8859-6.c |   10 +-
1984  charset/fribidi-char-sets-iso8859-8.c |   10 +-
1985  charset/fribidi-char-sets-utf8.c      |   10 +-
1986  charset/fribidi-char-sets.c           |   10 +-
1987  charset/fribidi-char-sets.h           |    8 +-
1988  configure.ac                          |   11 +-
1989  doc/Makefile.am                       |   11 +-
1990  lib/Headers.mk                        |   14 +-
1991  lib/Makefile.am                       |    6 +-
1992  lib/bidi-type-table.i                 |    8 +-
1993  lib/bidi-types-list.h                 |   15 +-
1994  lib/bidi-types.h                      |   20 +-
1995  lib/common.h                          |   48 +-
1996  lib/debug.h                           |   66 +-
1997  lib/env.h                             |   10 +-
1998  lib/fribidi-bidi-type.c               |   37 +-
1999  lib/fribidi-bidi-type.h               |   33 +-
2000  lib/fribidi-bidi-types.c              |   12 +-
2001  lib/fribidi-bidi-types.h              |   50 +-
2002  lib/fribidi-bidi.c                    | 1173
2003  +++++++++++++++++----------------
2004  lib/fribidi-bidi.h                    |   19 +-
2005  lib/fribidi-common.h                  |   29 +-
2006  lib/fribidi-env.c                     |   17 +-
2007  lib/fribidi-env.h                     |   27 +-
2008  lib/fribidi-mem.c                     |   39 +-
2009  lib/fribidi-mirroring.c               |   24 +-
2010  lib/fribidi-run.c                     |  395 ++++++-----
2011  lib/fribidi-types.h                   |   10 +-
2012  lib/fribidi.c                         |   10 +-
2013  lib/fribidi.def                       |   13 +
2014  lib/mem.h                             |   25 +-
2015  lib/mirroring-table.i                 |    8 +-
2016  lib/run.h                             |  110 +++-
2017  test/run.tests                        |    4 +-
2018  41 files changed, 1348 insertions(+), 1011 deletions(-)
2019
2020 commit 3961e54d055a45b4ed096a08c661bf2a00a77a41
2021 Author: behdad <behdad>
2022 Date:   Wed Apr 28 03:20:22 2004 +0000
2023
2024     Cleaning up exported symbols.
2025
2026  THANKS               | 23 +++++++++----------
2027  bin/fribidi-main.c   | 62
2028  ++++++++++++++++++++++++++--------------------------
2029  charset/Makefile.am  | 13 +----------
2030  doc/Makefile.am      |  1 +
2031  lib/Makefile.am      | 16 +++++++-------
2032  lib/fribidi-common.h |  8 +++----
2033  6 files changed, 55 insertions(+), 68 deletions(-)
2034
2035 commit 1fb4c69145a5222169e8b8f852807046a30d6870
2036 Author: behdad <behdad>
2037 Date:   Wed Apr 28 02:37:56 2004 +0000
2038
2039     Added FriBidiRun type, private for now.  Moved all library-wide
2040     static variables to env.h.
2041
2042  lib/Makefile.am          |   5 +-
2043  lib/bidi-types.h         |  12 +-
2044  lib/common.h             |  23 +--
2045  lib/env.h                |  63 +++++++++
2046  lib/fribidi-bidi-type.c  |   8 +-
2047  lib/fribidi-bidi-types.c |   8 +-
2048  lib/fribidi-bidi-types.h |   8 +-
2049  lib/fribidi-bidi.c       | 357
2050  ++++++++---------------------------------------
2051  lib/fribidi-env.c        |  27 ++--
2052  lib/fribidi-mem.c        |  64 ++++++---
2053  lib/fribidi-run.c        | 267 +++++++++++++++++++++++++++++++++++
2054  lib/mem.h                |  16 ++-
2055  lib/run.h                |  86 ++++++++++++
2056  13 files changed, 587 insertions(+), 357 deletions(-)
2057
2058 commit ac43f238748ad5b874089a8c27d8c1eb7150859d
2059 Author: behdad <behdad>
2060 Date:   Tue Apr 27 23:53:43 2004 +0000
2061
2062     Nothing really important.
2063
2064  doc/Makefile.am         |  1 -
2065  lib/common.h            |  8 ++++----
2066  lib/fribidi-mirroring.c | 10 ++++++----
2067  3 files changed, 10 insertions(+), 9 deletions(-)
2068
2069 commit 211d0f322cdb279a69c04f8212f9b1e541ecb369
2070 Author: behdad <behdad>
2071 Date:   Tue Apr 27 16:47:22 2004 +0000
2072
2073     First try to integrate c2man manual generation in build system.
2074
2075  charset/Headers.mk               | 21 ++++++++------
2076  charset/fribidi-char-sets-list.h | 10 +++++--
2077  doc/Makefile.am                  | 62
2078  ++++++++++++++++++++++++++++------------
2079  lib/Headers.mk                   | 16 ++++++++++-
2080  lib/bidi-types-list.h            | 10 +++----
2081  lib/common.h                     | 10 +++----
2082  lib/debug.h                      |  8 +++---
2083  lib/fribidi-begindecls.h         |  2 ++
2084  lib/fribidi-enddecls.h           |  2 ++
2085  lib/fribidi-types.h              | 14 ++++-----
2086  lib/mem.h                        |  8 +++---
2087  11 files changed, 107 insertions(+), 56 deletions(-)
2088
2089 commit a1b38172b8f2ecdc1101d2c71043ef56cb865c5d
2090 Author: behdad <behdad>
2091 Date:   Tue Apr 27 15:23:25 2004 +0000
2092
2093     Header changed so RCS header and Authors follow the copyright notice.
2094
2095  lib/fribidi-mirroring.c | 20 ++++++++++----------
2096  lib/fribidi-mirroring.h | 18 +++++++++---------
2097  2 files changed, 19 insertions(+), 19 deletions(-)
2098
2099 commit 14fe97a882a9fb368d084af1dd9537c036bf7030
2100 Author: behdad <behdad>
2101 Date:   Tue Apr 27 15:22:53 2004 +0000
2102
2103     New items added.  Should be cleared before the release.
2104
2105  TODO | 7 ++++++-
2106  1 file changed, 6 insertions(+), 1 deletion(-)
2107
2108 commit afc8fca15a8a4ef1a028ea4a84f12b78572c5c97
2109 Author: behdad <behdad>
2110 Date:   Sun Apr 25 19:13:35 2004 +0000
2111
2112     More .cvsignore's added.
2113
2114  bin/.cvsignore     | 2 ++
2115  gen.tab/.cvsignore | 2 ++
2116  lib/.cvsignore     | 1 +
2117  3 files changed, 5 insertions(+)
2118
2119 commit b2c7e5956487b23feb49b35bae7d22422c4d5d59
2120 Author: behdad <behdad>
2121 Date:   Sun Apr 25 19:13:04 2004 +0000
2122
2123     Renamed subdir tablegen to gentable.
2124
2125  Makefile.am  |  8 ++++----
2126  configure.ac | 10 +++++-----
2127  2 files changed, 9 insertions(+), 9 deletions(-)
2128
2129 commit b1ed9614d2569ec00aeaab506e18deee65b66cc5
2130 Author: behdad <behdad>
2131 Date:   Sun Apr 25 19:12:42 2004 +0000
2132
2133     More recovery after the unintentionaly rm -f *.c!
2134
2135  lib/fribidi-bidi.c | 7 ++++---
2136  lib/fribidi.c      | 8 ++++----
2137  2 files changed, 8 insertions(+), 7 deletions(-)
2138
2139 commit be247ddb41bd2c1467f5582427388711b23087db
2140 Author: behdad <behdad>
2141 Date:   Sun Apr 25 18:58:25 2004 +0000
2142
2143     No #ifdef or #ifndef when possible.  #if or #if ! is a better way
2144     most of the times.  See the examples in source.
2145
2146  configure.ac       | 9 ++++-----
2147  lib/fribidi-bidi.c | 8 ++++----
2148  lib/fribidi-mem.c  | 8 ++++----
2149  3 files changed, 12 insertions(+), 13 deletions(-)
2150
2151 commit 304aac260efd5b143067b0ff6f4a5c56f3169f2e
2152 Author: behdad <behdad>
2153 Date:   Sun Apr 25 18:49:12 2004 +0000
2154
2155     The ChangeLog from the old days.
2156
2157  ChangeLog.old | 703
2158  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2159  1 file changed, 703 insertions(+)
2160
2161 commit 63d12e574eb5cfe95290b303bac0950c25afe397
2162 Author: behdad <behdad>
2163 Date:   Sun Apr 25 18:47:56 2004 +0000
2164
2165     Initial revision
2166
2167  .cvsignore                                         |   19 +
2168  .indent.pro                                        |   19 +
2169  AUTHORS                                            |    1 +
2170  COPYING                                            |  504 ++
2171  HACKING                                            |    7 +
2172  HISTORY                                            |   34 +
2173  Makefile.am                                        |   54 +
2174  NEWS                                               |   18 +
2175  README                                             |  152 +
2176  THANKS                                             |   33 +
2177  TODO                                               |   13 +
2178  bin/Makefile.am                                    |   25 +
2179  bin/fribidi-benchmark.c                            |  278 ++
2180  bin/fribidi-main.c                                 |  597 +++
2181  bin/getopt.c                                       | 1268 +++++
2182  bin/getopt.h                                       |  187 +
2183  bin/getopt1.c                                      |  213 +
2184  bin/getopt_int.h                                   |  145 +
2185  bootstrap                                          |  110 +
2186  charset/Headers.mk                                 |    9 +
2187  charset/Makefile.am                                |   48 +
2188  charset/fribidi-char-sets-cap-rtl.c                |  336 ++
2189  charset/fribidi-char-sets-cap-rtl.h                |   70 +
2190  charset/fribidi-char-sets-cp1255.c                 |  106 +
2191  charset/fribidi-char-sets-cp1255.h                 |   62 +
2192  charset/fribidi-char-sets-cp1256.c                 |  223 +
2193  charset/fribidi-char-sets-cp1256.h                 |   62 +
2194  charset/fribidi-char-sets-iso8859-6.c              |   81 +
2195  charset/fribidi-char-sets-iso8859-6.h              |   62 +
2196  charset/fribidi-char-sets-iso8859-8.c              |  120 +
2197  charset/fribidi-char-sets-iso8859-8.h              |   62 +
2198  charset/fribidi-char-sets-list.h                   |   56 +
2199  charset/fribidi-char-sets-utf8.c                   |  126 +
2200  charset/fribidi-char-sets-utf8.h                   |   66 +
2201  charset/fribidi-char-sets.c                        |  230 +
2202  charset/fribidi-char-sets.h                        |  125 +
2203  configure.ac                                       |  208 +
2204  doc/Makefile.am                                    |   27 +
2205  fribidi.pc.in                                      |   13 +
2206  fribidi.spec.in                                    |  145 +
2207  gen.tab/Makefile.am                                |    0
2208  gen.tab/gen-bidi-type-tab.c                        |  267 +
2209  gen.tab/gen-mirroring-tab.c                        |  152 +
2210  gen.tab/packtab.c                                  |  364 ++
2211  gen.tab/packtab.h                                  |   49 +
2212  gen.tab/unidata/BidiMirroring.txt                  |  525 ++
2213  gen.tab/unidata/ReadMe.txt                         |   40 +
2214  gen.tab/unidata/extracted/DerivedBidiClass.txt     | 1299 +++++
2215  .../unidata/extracted/DerivedDecompositionType.txt |  933 ++++
2216  gen.tab/unidata/extracted/DerivedJoiningType.txt   |  215 +
2217  lib/Headers.mk                                     |   14 +
2218  lib/Makefile.am                                    |   75 +
2219  lib/bidi-type-table.i                              | 5228
2220  ++++++++++++++++++++
2221  lib/bidi-types-list.h                              |   69 +
2222  lib/bidi-types.h                                   |   78 +
2223  lib/common.h                                       |  110 +
2224  lib/debug.h                                        |   87 +
2225  lib/fribidi-begindecls.h                           |    1 +
2226  lib/fribidi-bidi-type.c                            |   79 +
2227  lib/fribidi-bidi-type.h                            |   74 +
2228  lib/fribidi-bidi-types.c                           |   76 +
2229  lib/fribidi-bidi-types.h                           |  278 ++
2230  lib/fribidi-bidi.c                                 | 1424 ++++++
2231  lib/fribidi-bidi.h                                 |  112 +
2232  lib/fribidi-common.h                               |   83 +
2233  lib/fribidi-config.h.in                            |   22 +
2234  lib/fribidi-enddecls.h                             |    1 +
2235  lib/fribidi-env.c                                  |  107 +
2236  lib/fribidi-env.h                                  |  125 +
2237  lib/fribidi-mem.c                                  |   94 +
2238  lib/fribidi-mirroring.c                            |   90 +
2239  lib/fribidi-mirroring.h                            |   67 +
2240  lib/fribidi-types.h                                |  143 +
2241  lib/fribidi-unicode-version.h                      |    4 +
2242  lib/fribidi-unicode.h                              |  101 +
2243  lib/fribidi.c                                      |   68 +
2244  lib/fribidi.h                                      |   48 +
2245  lib/mem.h                                          |   90 +
2246  lib/mirroring-table.i                              |  358 ++
2247  test/Makefile.am                                   |   33 +
2248  test/run.tests                                     |   74 +
2249  test/test_CapRTL_explicit.input                    |   13 +
2250  test/test_CapRTL_explicit.reference                |   13 +
2251  test/test_CapRTL_implicit.input                    |   26 +
2252  test/test_CapRTL_implicit.reference                |   26 +
2253  test/test_ISO8859-8_hebrew.input                   |   17 +
2254  test/test_ISO8859-8_hebrew.reference               |   17 +
2255  test/test_UTF-8_persian.input                      |   14 +
2256  test/test_UTF-8_persian.reference                  |   14 +
2257  test/test_UTF-8_reordernsm.input                   |    7 +
2258  test/test_UTF-8_reordernsm.reference               |    7 +
2259  91 files changed, 19125 insertions(+)