Check-in Number:
|
5700 | |
Date: |
2007-Mar-02 17:42:03 (local)
2007-Mar-02 16:42:03 (UTC) |
User: | thl |
Branch: | |
Comment: |
lib_cfg 0.9.10 -> 0.9.11 |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/fsl/ChangeLog 1.41 -> 1.42
--- ChangeLog 2007/03/02 16:40:28 1.41
+++ ChangeLog 2007/03/02 16:42:03 1.42
@@ -10,6 +10,12 @@
Changes between 1.6.1 and ...
+ *) lib_cfg 0.9.10 -> 0.9.11
+ 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]".
+ [Ralf S. Engelschall <rse@engelschall.com>]
+
*) Upgraded build environment to
GNU Shtool 2.0.6, GNU Libtool 1.5.22 and GNU Autoconf 2.61
[http://thomas.lotterer.net]
|
|
ossp-pkg/fsl/devtool.conf 1.30 -> 1.31
--- devtool.conf 2007/03/02 16:40:28 1.30
+++ devtool.conf 2007/03/02 16:42:03 1.31
@@ -4,7 +4,7 @@
%checkout
BRANCH_L2="L2_0_9_11"
- BRANCH_CFG="CFG_0_9_10"
+ BRANCH_CFG="CFG_0_9_11"
BRANCH_PCRE=""
for name in l2 cfg pcre; do
release=BRANCH_`echo ${name} | tr [a-z] [A-Z]`
|
|