summaryrefslogtreecommitdiff
path: root/gen.tab
AgeCommit message (Collapse)AuthorFilesLines
2018-02-09Try fixing parallel build from git checkoutHEADmasterBehdad Esfahbod1-1/+9
Fixes https://github.com/fribidi/fribidi/issues/52
2018-01-28Towards fixing out-of-tree buildsBehdad Esfahbod1-24/+13
One cannot just call compiler like that. Sources files need to be redirected through Make to be found correctly. Let's see if overriding CC and CFLAGS works. This, still fails to build for me from a bootstrap repo and out-of-tree build. Make seem to have become too smart for what I wrote before. Still trying.
2018-01-28[gen.tab] Remove reliance on VPATHBehdad Esfahbod1-18/+10
2018-01-16Fix clang compilesAman Gupta1-6/+6
2018-01-13Less hackish cross compilation support.Dov Grobgeld1-10/+10
* Changed hardcoded gcc for build compiler to use m4_ax_prog_cc_for_build.m4 instead as suggested by Khaled.
2018-01-07Simplistic cross compilation support from a gcc based system.Dov Grobgeld2-10/+12
2017-11-23Drop CVS keywords that make no sense nowKhaled Hosny5-30/+0
2017-11-16Simplify fribidi-types.h a bitKhaled Hosny5-21/+21
It is 2017, I think we can rely on the presence of one of these three int types headers. Also rename types that are not exposed in public headers to use the standard names.
2017-11-15Updated licensing inline documentation.Dov Grobgeld2-2/+2
2017-11-12Remove more remnants of GLib supportKhaled Hosny1-4/+1
2017-11-09Fixed potential crash in the gen-brackets-tab code.Dov Grobgeld1-1/+1
* The size for parsing of UnicodeData.txt was too small.
2017-11-07Merge remote-tracking branch 'fribidi/master' into unicode-10Dov Grobgeld1-0/+4
2017-09-01Fixed compilation errors.Dov Grobgeld1-1/+1
2017-08-01Added Unicode 6.3 support (and beyond)Dov Grobgeld8-6/+619
- N0 support - Isolate character support (LRI, RLI, FSI) - Added test program test.c by Behdad that tests BidiTest.txt compliance. - Added test program test-character.c that tests BidiCharacterTest.txt compliance.
2017-08-01Updated Unicode data tables to version 10.Dov Grobgeld5-183/+7942
2016-01-25Initial unicode63 support.Dov Grobgeld5-30/+244
2012-12-02Update to Unicode 6.2Behdad Esfahbod4-25/+21
2012-12-02Update FSF addressBehdad Esfahbod7-14/+14
2012-08-25Add git.mkBehdad Esfahbod1-0/+2
2012-08-25Update Unicode data files to 6.1.0Behdad Esfahbod4-164/+956
2011-01-21Update to Unicode 6.0.0 and bump version to 0.19.3behdad4-492/+4876
2010-12-07Fix build without charset convertersbehdad1-3/+4
2008-04-08Update to Unicode Character Database 5.1.0behdad4-66/+1714
2006-07-21Update to Unicode Character Database 5.0.0.behdad4-91/+1520
2006-01-31Add an option --disable-deprecated.behdad6-34/+34
2005-11-09Added a FIXME about not handling First..Last ranges in UnicodeData.txt.behdad1-3/+5
2005-11-03Arabic shaping support added.behdad8-17/+360
2005-07-30Small changes to shut gcc warnings up.behdad1-16/+17
2005-06-07In Unicode 4.1.0, the ReadMe.txt doesn't contain the Unicode version anymore.behdad3-30/+53
Updated to read version from BidiMirroring.txt, if not found in ReadMe.txt.
2005-06-07Extra space removed!behdad3-12/+12
2005-06-07Unicode 4.1 character database update.behdad4-126/+1448
2004-08-27Here and there small improvements.behdad4-16/+23
2004-07-03Here and there fixes, found by trying to compile on sf.net Compile Farm!behdad1-0/+17
2004-06-15Oh, no need to add tables for general category Cf, it can roughly be obtainedbehdad1-15/+1
by doing JOINING_TYPE_T - BIDI_TYPE_NSM...
2004-06-15Arabic joining is almost complete. Going for Shaping.behdad5-17/+35
2004-06-13First joining stuff checked in. Generate joining table using my belovedbehdad7-139/+485
packtab, in gen-joining-type-tab.c. Defined FriBidiJoiningType type and wrote accompanying functions and macros.
2004-06-09Wow!!! I use the wonderful packtab to compress the mirroring table now! Itbehdad5-81/+197
gives an smaller and faster table than the old binary search one! Moreover, packtab deals with tables with empty heads much better. Voila!
2004-06-04Cleaning up here and there. Last lingers before adding joining.behdad3-12/+13
2004-05-31GNU Coding Standards applied and typos fixed.behdad4-20/+28
2004-05-31To be moved to gen.tab/behdad1-1/+0
2004-05-31We need UnicodeData.txt for shaping tables, so seems like we are forced to usebehdad6-2447/+15341
the big fat huge UnicodeData.txt, so no need to used extracted/Derived files anymore. :-(
2004-05-25Another oops. You know, it's 7:30 in the morning!behdad1-1/+1
2004-05-25My oops. Sorry.behdad1-1/+1
2004-05-25Added $(EXEEXT) to binaries we build and run, to make cygwin-safe.behdad1-9/+15
2004-05-24Small fixes.behdad3-21/+18
2004-05-22When reading DerivedBidiClass.txt, should only default to L.behdad1-13/+32
2004-05-22Make gen-mirroring-tab and gen-unicode-version work. gen.tab/ works now.behdad4-39/+85
2004-05-22Making gen-bidi-tab work, and more clean up.behdad6-100/+249
2004-05-12gen-unicode-version is operational now.behdad5-12/+187
2004-05-12Better handling with Unicode info.behdad1-8/+5