2007-Oct-12 23:02 |
1.44
|
Check-in
[5980]:
Fix __VA_COPY_USE_{CSP,CPP} fallback macros for va_copy.
Submitted by: Mark A. Lindner <mark.a.lindner@gmail.com> By rse.
(diff)
|
2006-Aug-10 21:32 |
1.43
|
Check-in
[5644]:
bump before release By rse.
(diff)
|
2006-Aug-01 22:15 |
1.42
|
Check-in
[5627]:
Upgraded build environment to GNU libtool 1.5.22,
GNU shtool 2.0.6 and GNU autoconf 2.60 By rse.
(diff)
|
2006-Aug-01 22:13 |
1.41
|
Check-in
[5626]:
Replace "return 0" with the official "yyterminate()"
in cfg_syn_scan.l and fix quotation parsing by replacing
two "yytext[1]" with the intended "yytext[0]". By rse.
(diff)
|
2005-Oct-03 09:51 |
1.40
|
Check-in
[5210]:
Upgraded build environment to GNU libtool 1.5.20 and GNU shtool 2.0.3 By rse.
(diff)
|
2005-Oct-03 09:51 |
1.39
|
Check-in
[5209]:
typo By rse.
(diff)
|
2005-Feb-18 11:33 |
1.38
|
Check-in
[5024]:
bump before release By rse.
(diff)
|
2005-Feb-18 11:05 |
1.37
|
Check-in
[5023]:
upgrade to libtool 1.5.14; move isnan/isinf into cfg.ac; merge trunc stuff from l2 By rse.
(diff)
|
2005-Feb-18 10:58 |
1.36
|
Check-in
[5021]:
Resolve trunc symbol conflict; add configure checks for isnan and isinf (both merges from recent l2 changes) By thl.
(diff)
|
2005-Feb-03 11:40 |
1.35
|
Check-in
[5014]:
typo By rse.
(diff)
|
2005-Feb-03 11:40 |
1.34
|
Check-in
[5013]:
Revert recently made change "fix va_list variable passing in
cfg_fmt functions" by using a double-cast which is evil but keeps
the orrect semantics. By rse.
(diff)
|
2005-Feb-03 11:32 |
1.33
|
Check-in
[5012]:
Plug a memory leak in cfg_fmt.c's cfg_fmt_vasprintf()
in case a formatting error occurs. By rse.
(diff)
|
2005-Jan-24 15:25 |
1.32
|
Check-in
[4975]:
Remove debugging fprintf's from (still broken) cfg_node_select() function. By rse.
(diff)
|
2005-Jan-24 15:18 |
1.31
|
Check-in
[4974]:
1. Fix va_list variable passing in cfg_fmt functions.
2. Add Autoconf support for va_copy() detection.
3. Accept new GNU Bison 2.0 as parser generator. By rse.
|
2004-Dec-31 20:16 |
1.30
|
Check-in
[4942]:
Adjust copyright messages for new year 2005. By rse.
(diff)
|
2004-Dec-19 20:36 |
1.29
|
Check-in
[4903]:
Fixed cfg_node_get() function after recent introduction
of LOAN/GIFT/COPY argument passing semantics. This
inbreaks the Perl API's unpack() function. By rse.
(diff)
|
2004-Dec-04 13:48 |
1.28
|
Check-in
[4892]:
Plug remaining memory leaks by introducing the usual
LOAN/GIFT/COPY argument passing semantics to cfg_node_{set,get}
and using this to directly pass the allocated tokens from the
scanner through the parser into the node tree. By rse.
(diff)
|
2004-Nov-29 08:09 |
1.27
|
Check-in
[4882]:
Fix optional DMalloc build support. By rse.
(diff)
|
2004-Nov-28 18:23 |
1.26
|
Check-in
[4879]:
Replace fixed-size token buffer in scanner by a dynamic
buffer (cfg_buf_t). This eliminates the old 1024 size limit
on tokens and makes the scanner more robust. By rse.
(diff)
|
2004-Nov-28 15:17 |
1.25
|
Check-in
[4877]:
Fix annotational error reporting in scanner/parser. By rse.
(diff)
|
2004-Nov-28 14:49 |
1.24
|
Check-in
[4875]:
Escape non-printable characters of input extracts in error messages. By rse.
(diff)
|
2004-Nov-28 13:58 |
1.23
|
Check-in
[4874]:
Cleanup and extend buffer handling sub-library (cfg_buf.[ch]) By rse.
(diff)
|
2004-Nov-27 20:57 |
1.22
|
Check-in
[4872]:
fixate before release By rse.
(diff)
|
2004-Nov-20 18:09 |
1.21
|
Check-in
[4866]:
Add OSSP:::cfg::simple Perl convenience API which is an
ultra high-level API allowing especially the bi-directional
conversion between the C API node tree representation and a
simplified Perl data structure representation. By rse.
|
2004-Nov-20 15:52 |
1.20
|
Check-in
[4864]:
Change cfg_node_root() API function to be able to both
set and/or get the root node. By rse.
(diff)
|
2004-Nov-20 13:54 |
1.19
|
Check-in
[4863]:
- Fixed cfg_test program by correctly passing the used number of
bytes in the buffer instead of the size of the buffer.
- Accept zero-length strings for parsing.
- Correctly handle end-of-file during plain text token scanning. By rse.
(diff)
|
2004-Nov-20 12:53 |
1.18
|
Check-in
[4861]:
wrong versions again By rse.
(diff)
|
2004-Nov-20 12:52 |
1.17
|
Check-in
[4860]:
Ops, we are already developing towards 0.9.5, of course By rse.
(diff)
|
2004-Nov-20 12:42 |
1.16
|
Check-in
[4858]:
Do not let Flex generate the unused yyunput() and yy_top_state()
functions in order to shut up compilation warnings. By rse.
(diff)
|
2004-Nov-20 12:34 |
1.15
|
Check-in
[4857]:
Return an empty string instead of NULL from internal
cfg_buf_content() function to not make visible to the caller the
implementation special case of an initial buffer. By rse.
(diff)
|
2004-Nov-20 12:33 |
1.14
|
Check-in
[4856]:
remember what was done By rse.
(diff)
|
2004-Oct-31 20:35 |
1.13
|
Check-in
[4801]:
Upgrade to GNU bison 1.875d and GNU flex 2.5.31 By rse.
(diff)
|
2004-Oct-31 20:12 |
1.12
|
Check-in
[4800]:
upgrade to libtool 1.5.10 and shtool 2.0.1 By rse.
(diff)
|
2004-Jul-17 16:34 |
1.11
|
Check-in
[4650]:
Fixed warnings under GCC 3.4/3.5. By rse.
|
2004-Jul-17 09:37 |
1.10
|
Check-in
[4649]:
Adjust copyright messages for new year 2004. By rse.
(diff)
|
2004-Jul-17 09:34 |
1.9
|
Check-in
[4648]:
Upgraded build environment to GNU libtool 1.5.6 and GNU shtool 2.0.0 By rse.
(diff)
|
2004-Apr-23 12:05 |
1.8
|
Check-in
[4531]:
Replace modf(3) with hand-crafted inlined function to avoid dependency to external libm; see Checkin [4512] By thl.
(diff)
|
2003-Nov-10 20:15 |
1.7
|
Check-in
[3679]:
upgrade build environment By rse.
(diff)
|
2003-Nov-10 20:10 |
1.6
|
Check-in
[3677]:
fix ChangeLog -- we are at 0.9.1 only until now By rse.
(diff)
|
2003-Nov-06 16:25 |
1.5
|
Check-in
[3665]:
Add and document bison-locations to conditionally include new M4 yylloc macro into analyzer skeleton code. Keep now redundant bison-bridge option around (this doesn't hurt), just incase the new conditional reentrant yylloc reverts. By thl.
(diff)
|
2002-Nov-10 13:12 |
1.4
|
Check-in
[2808]:
remove trailing whitespaces By rse.
(diff)
|
2002-Aug-02 21:18 |
1.3
|
Check-in
[2492]:
Enhanced test suite by comparing against previously saved output By rse.
(diff)
|
2002-Aug-02 21:07 |
1.2
|
Check-in
[2491]:
full source tree overhauling By rse.
(diff)
|
2002-Jul-30 21:33 |
1.1
|
Check-in
[2441]:
add ChangeLog By rse.
|