| antlr:/lib/C/ |
jump to detailed chart | hide Line HistoryConstraintSort: path | last-commit | first-commit Sub Directories |
Changelog
3708
by jimi on
05 May 2007, 20:05:20 -0500
(18 months ago)
Transport the C runtime for ANTLR to the new directory structure Rename/Move: //depot/code/antlr/main/lib/C/AUTHORS To: //depot/code/antlr/main/runtime/C/AUTHORS Rename/Move: //depot/code/antlr/main/l…
./C.vcproj
3708
./C.vcproj.vspscc
3708
./C.vssscc
3708
3707
by jimi on
05 May 2007, 19:38:06 -0500
(18 months ago)
Here irt is, the spanking clean new distribution.
./dist/libantlr3c-3.0.0-rc8.tar.gz
3707
3706
by jimi on
05 May 2007, 19:36:44 -0500
(18 months ago)
Delete ancient C distribution, which was at least 3 hours old, and instal the brand new squeaky clean and spanky version.
3697
by jimi on
05 May 2007, 12:14:30 -0500
(19 months ago)
More fixes for warnings in AST codegen
./include/antlr3exception.h
3697
3695
by jimi on
05 May 2007, 01:04:21 -0500
(19 months ago)
Add new distribution for C runtime source code.
./dist/libantlr3c-3.0.0-rc8.tar.gz
3695
3694
by jimi on
05 May 2007, 00:57:08 -0500
(19 months ago)
Add new rewrite streams to configure script
./Makefile.am
3694
3693
by jimi on
05 May 2007, 00:56:38 -0500
(19 months ago)
Fix up warnings and types for gcc compilation
./include/antlr3collections.h
3693
./include/antlr3rewritestreams.h
3693
./src/antlr3rewritestreams.c
3693
3689
by jimi on
04 May 2007, 20:21:22 -0500
(19 months ago)
VS2005 rule update
./vs2005/rulefiles/antlr3.rules
3689
3687
by jimi on
04 May 2007, 20:19:45 -0500
(19 months ago)
Bug fixes for tree to string, new AST rewrite streams, template catch ups.
./include/antlr3.h
3687
./include/antlr3defs.h
3687
./include/antlr3interfaces.h
3687
./include/antlr3rewritestreams.h
3687
./src/antlr3baserecognizer.c
3687
3678
by jimi on
03 May 2007, 14:41:55 -0500
(19 months ago)
Reimplement tree rewriting in C target language as per new Java version based on rewrite streams. This is stage one which is just to get het new runtime compiling and the templates semmingly up to dat…
./C.vcproj
3678
./C.vcproj.vspscc
3678
./include/antlr3interfaces.h
3678
./include/antlr3rewritestreams.h
3678
./src/antlr3rewritestreams.c
3678
3657
by jimi on
30 April 2007, 15:54:16 -0500
(19 months ago)
Remove debug error output
./src/antlr3collections.c
3657
3656
by jimi on
30 April 2007, 15:51:58 -0500
(19 months ago)
Fix bit index fixed base for trie elements with key diff bit > 7
./src/antlr3collections.c
3656
3655
by jimi on
29 April 2007, 20:04:16 -0500
(19 months ago)
Correct new trie masking code typos
./src/antlr3collections.c
3655
3654
by jimi on
29 April 2007, 19:33:54 -0500
(19 months ago)
o Implement lexer rule change as per changelist 3508 o Remove spurious warnings from inline input code o Ensure bitsets are always 64 bit even in 32 bit mode
./include/antlr3bitset.h
3654
./include/antlr3defs.h
3654
./include/antlr3lexer.h
3654
./src/antlr3baserecognizer.c
3654
./src/antlr3bitset.c
3654
3652
by jimi on
29 April 2007, 18:43:52 -0500
(19 months ago)
Prevent creation of INT trie with wrong depth.
./C.vcproj
3652
./C.vcproj.vspscc
3652
./src/antlr3baserecognizer.c
3652
3650
by jimi on
29 April 2007, 15:11:04 -0500
(19 months ago)
Duplicate AST ordering stuff from Java as per Changelist 3532
./C.vcproj
3650
./C.vcproj.vspscc
3650
3649
by jimi on
29 April 2007, 10:23:54 -0500
(19 months ago)
Prepare for 64 bit support being optional for C runtime.
./C.vcproj
3649
./C.vcproj.vspscc
3649
./include/antlr3defs.h
3649
./src/antlr3collections.c
3649
3648
by jimi on
28 April 2007, 20:13:52 -0500
(19 months ago)
Use bitmaps and bit indexes rather than shift left for trie inserts
./src/antlr3collections.c
3648
3646
by jimi on
27 April 2007, 20:52:16 -0500
(19 months ago)
A few more optimizations for very large input files, to prevent continous asking of the input size via indirect function calls.
./include/antlr3intstream.h
3646
./src/antlr3baserecognizer.c
3646
./src/antlr3tokenstream.c
3646
3645
by jimi on
27 April 2007, 17:54:42 -0500
(19 months ago)
Limit depth of memoizing trie to just that required by the input size
./src/antlr3baserecognizer.c
3645
./src/antlr3collections.c
3645
3644
by jimi on
27 April 2007, 13:19:25 -0500
(19 months ago)
Limit trie bit depth of memoizing to just the number of bits it needs based on input size.
./include/antlr3defs.h
3644
./src/antlr3baserecognizer.c
3644
3643
by jimi on
27 April 2007, 01:45:05 -0500
(19 months ago)
Implement Patricia Trie node freeing algorithm
./src/antlr3collections.c
3643
3642
by jimi on
27 April 2007, 01:08:52 -0500
(19 months ago)
Implement Elastic Bucket Patrica Trie for genreal programmer use but more importantly to use for memoize() and potentially other elements of the runtime. C runtime with memoize is now approx 2X the ja…
./include/antlr3baserecognizer.h
3642
./include/antlr3collections.h
3642
./include/antlr3defs.h
3642
./include/antlr3interfaces.h
3642
./src/antlr3baserecognizer.c
3642
3641
by jimi on
25 April 2007, 20:32:46 -0500
(19 months ago)
Correct typo in earlier fix for memoize
./src/antlr3baserecognizer.c
3641
3640
by jimi on
25 April 2007, 19:52:10 -0500
(19 months ago)
Ensure bitset membership tests are correctly tested for range
./src/antlr3bitset.c
3640
3639
by jimi on
25 April 2007, 19:36:22 -0500
(19 months ago)
Ensure erroy recovery function does not leak memory
./src/antlr3baserecognizer.c
3639
3638
by jimi on
25 April 2007, 17:26:35 -0500
(19 months ago)
Do not remove strings from string factory when creating for error display
./src/antlr3commontoken.c
3638
./src/antlr3string.c
3638
3637
by jimi on
25 April 2007, 16:43:30 -0500
(19 months ago)
Do not free realloced memory of vector entries (special case).
./include/antlr3collections.h
3637
./src/antlr3baserecognizer.c
3637
./src/antlr3basetree.c
3637
./src/antlr3collections.c
3637
./src/antlr3string.c
3637
3636
by jimi on
25 April 2007, 13:49:57 -0500
(19 months ago)
Ensure memory is correctly allocated for markers.
./src/antlr3baserecognizer.c
3636
./src/antlr3inputstream.c
3636
./src/antlr3ucs2inputstream.c
3636
|