Unfortunately I know it won't likely hit (sadly) trusty release. Maybe would be nice to sync it for "r" and backport, right?
According to changelog this seems to be a BUGFIX release 1 2014-02-16 Translation Project <[email protected]> 2 3 * po/ru.po: update ru translation from the translation project 4 5 2014-02-14 Will Estes <[email protected]> 6 7 * NEWS: mention updated da translation in release news 8 9 2014-02-14 Translation Project <[email protected]> 10 11 * po/da.po: update da translation from the translation project 12 13 2014-02-14 Will Estes <[email protected]> 14 15 * NEWS: mention updated es translation in release news 16 17 2014-02-14 Translation Project <[email protected]> 18 19 * po/es.po: update es translation from the translation project 20 21 2014-02-14 Will Estes <[email protected]> 22 23 * NEWS: mention updated ko translation in release news 24 25 2014-02-14 Translation Project <[email protected]> 26 27 * po/ko.po: update ko translation from the translation project 28 29 2014-02-14 Will Estes <[email protected]> 30 31 * NEWS: mention updated ro translation in release news 32 33 2014-02-14 Translation Project <[email protected]> 34 35 * po/ro.po: update ro translation from the translation project 36 37 2014-02-14 Will Estes <[email protected]> 38 39 * NEWS: mention updated ru translation in release news 40 41 2014-02-14 Translation Project <[email protected]> 42 43 * po/ru.po: update ru translation from the translation project 44 45 2014-02-14 Will Estes <[email protected]> 46 47 * NEWS: mention updated sv translation in news 48 49 2014-02-14 Translation Project <[email protected]> 50 51 * po/sv.po: update sv translation from the translation project 52 53 2014-02-14 Will Estes <[email protected]> 54 55 * NEWS: mention updated tr translation in news 56 57 2014-02-14 Translation Project <[email protected]> 58 59 * po/tr.po: update tr translation from the translation project 60 61 2014-02-14 Will Estes <[email protected]> 62 63 * NEWS: mention updated zh_CN in release news 64 65 2014-02-14 Translation Project <[email protected]> 66 67 * po/zh_CN.po: update zh_CN translation from the translation project 68 69 2014-02-14 Will Estes <[email protected]> 70 71 * NEWS, po/LINGUAS, po/zh_TW.po, po/zh_tw.po: rename zh_tw 72 translation to its proper zh_TW name 73 74 2014-02-14 Will Estes <[email protected]> 75 76 * NEWS: mention updated nl, vi translations in release news 77 78 2014-02-14 Translation Project <[email protected]> 79 80 * po/vi.po: update vi translation from the translation project 81 82 2014-02-14 Translation Project <[email protected]> 83 84 * po/nl.po: update nl translation from the translation project 85 86 2014-02-14 Will Estes <[email protected]> 87 88 * TODO: remove some unneeded entries from the todo list 89 90 2014-02-13 Will Estes <[email protected]> 91 92 * doc/Makefile.am: list more generated files in CLEANFILES 93 94 2014-02-13 Will Estes <[email protected]> 95 96 * doc/flex.xml: remove unmaintained xml documentation 97 98 2014-02-13 Will Estes <[email protected]> 99 100 * configure.ac: bump AM_GNU_GETTEXT_VERSION to 0.18.1 101 102 2014-02-13 Will Estes <[email protected]> 103 104 * README: list new location of flex git repo 105 106 2014-02-13 Will Estes <[email protected]> 107 108 * po/.gitignore: git ignore generated files from english quoting 109 variant translations 110 111 2014-02-13 Will Estes <[email protected]> 112 113 * po/LINGUAS: name english quoting variants correctly 114 115 2014-02-13 Will Estes <[email protected]> 116 117 * Makefile.am, configure.ac, tools/Makefile.am: removed tools/ 118 subdirectory from distribution Since it is not possible to rebuild the ChangeLog file without being 119 in a git working directory of flex, distributing the tools directory 120 is misleading. In particular, git2cl will always fail. 121 122 2014-02-13 Will Estes <[email protected]> 123 124 * po/LINGUAS: removed unneeded blank line from translation list 125 126 2014-02-13 Will Estes <[email protected]> 127 128 * po/LINGUAS: added en quoting variants to translation list 129 130 2014-02-11 Will Estes <[email protected]> 131 132 * configure.ac: use gnu automake option instead of gnits option 133 134 2014-02-11 Will Estes <[email protected]> 135 136 * README-alpha: remove README_alpha file since it is no longer 137 needed 138 139 2014-02-10 Will Estes <[email protected]> 140 141 * configure.ac: increment version to 2.5.38 142 143 2013-11-27 Will Estes <[email protected]> 144 145 * NEWS: flesh out internationalization section of NEWS file; mention 146 pt_BR translation 147 148 2013-11-27 Translation Project <[email protected]> 149 150 * po/pt_BR.po: update pt_BR translation from the translation project 151 152 2013-10-31 Will Estes <[email protected]> 153 154 * NEWS: begin listing 2.5.38 version in NEWS; list new sr 155 translation 156 157 2013-10-31 Will Estes <[email protected]> 158 159 * po/LINGUAS: list new sr translation in list of translations 160 161 2013-10-31 Will Estes <[email protected]> 162 163 * po/sr.po: add sr translation from the translation project 164 165 2013-07-02 Till Varoquaux <[email protected]> 166 167 * configure.ac, flex.skl, nfa.c, tests/Makefile.am, 168 tests/test-lineno-trailing/.gitignore, 169 tests/test-lineno-trailing/Makefile.am, 170 tests/test-lineno-trailing/scanner.l, 171 tests/test-lineno-trailing/test.input: Adjust yylineno properly when 172 rewinding trailing contexts. 173 174 2013-05-28 Will Estes <[email protected]> 175 176 * Makefile.am: Remove incorrect / in install-exec-hook target 177 178 2013-02-16 Translation Project <[email protected]> 179 180 * po/LINGUAS, po/zh_tw.po: add zh_tw translation from the 181 translation project 182 183 2012-12-06 Christoph Junghans <[email protected]> 184 185 * Makefile.am, configure.ac: add version information to shared 186 library Signed-off-by: Will Estes <[email protected]> 187 188 2012-12-04 Christoph Junghans <[email protected]> 189 190 * .gitignore, Makefile.am, configure.ac, lib/Makefile.am: Build 191 libfl and libcompat using libtool; resolves #3586814 Signed-off-by: Will Estes <[email protected]> 192 193 2012-12-04 Translation Project <[email protected]> 194 195 * po/ca.po: update ca translation 196 197 2012-10-31 Hugh Sasse <[email protected]> 198 199 * tests/test-extended/Makefile.am, tests/test-quotes/Makefile.am: 200 use cmp instead of diff in some tests for portability reasons Signed-off-by: Will Estes <[email protected]> 201 202 2012-10-31 Dennis Clarke <[email protected]> 203 204 * tests/TEMPLATE/Makefile.am, tests/test-alloc-extra/Makefile.am, 205 tests/test-array-nr/Makefile.am, tests/test-array-r/Makefile.am, 206 tests/test-basic-nr/Makefile.am, tests/test-basic-r/Makefile.am, 207 tests/test-bison-nr/Makefile.am, 208 tests/test-bison-yylloc/Makefile.am, 209 tests/test-bison-yylval/Makefile.am, 210 tests/test-c++-basic/Makefile.am, 211 tests/test-c++-multiple-scanners/Makefile.am, 212 tests/test-c++-yywrap/Makefile.am, tests/test-c-cpp-nr/Makefile.am, 213 tests/test-c-cpp-r/Makefile.am, tests/test-ccl/Makefile.am, 214 tests/test-debug-nr/Makefile.am, tests/test-debug-r/Makefile.am, 215 tests/test-extended/Makefile.am, tests/test-header-nr/Makefile.am, 216 tests/test-header-r/Makefile.am, 217 tests/test-include-by-buffer/Makefile.am, 218 tests/test-include-by-push/Makefile.am, 219 tests/test-include-by-reentrant/Makefile.am, 220 tests/test-linedir-r/Makefile.am, tests/test-lineno-nr/Makefile.am, 221 tests/test-lineno-r/Makefile.am, tests/test-mem-nr/Makefile.am, 222 tests/test-mem-r/Makefile.am, 223 tests/test-multiple-scanners-nr/Makefile.am, 224 tests/test-multiple-scanners-r/Makefile.am, 225 tests/test-noansi-nr/Makefile.am, tests/test-noansi-r/Makefile.am, 226 tests/test-posix/Makefile.am, 227 tests/test-posixly-correct/Makefile.am, 228 tests/test-prefix-nr/Makefile.am, tests/test-prefix-r/Makefile.am, 229 tests/test-pthread/Makefile.am, tests/test-quotes/Makefile.am, 230 tests/test-reject/Makefile.am, tests/test-rescan-nr/Makefile.am, 231 tests/test-rescan-r/Makefile.am, tests/test-string-nr/Makefile.am, 232 tests/test-string-r/Makefile.am, tests/test-table-opts/Makefile.am, 233 tests/test-top/Makefile.am, tests/test-yyextra/Makefile.am: add 234 CFLAGS and CXXFLAGS options as appropriate to testsuite Makefile.am 235 files Signed-off-by: Will Estes <[email protected]> 236 237 2012-10-25 Will Estes <[email protected]> 238 239 * po/LINGUAS: add hr to list of translations 240 241 2012-10-25 Translation Project <[email protected]> 242 243 * po/hr.po: add hr translation from the translation project 244 245 2012-10-25 Translation Project <[email protected]> 246 247 * po/fr.po: new fr translation project from the translation project 248 249 2012-09-08 Will Estes <[email protected]> 250 251 * po/LINGUAS: update languages list to include esperanto translation 252 253 2012-09-08 Translation Project <[email protected]> 254 255 * po/eo.po: add eo translation from the translation project 256 257 2012-08-26 Will Estes <[email protected]> 258 259 * configure.ac: add dist-xz to automake options; resolves #3561837 260 261 2012-08-26 Will Estes <[email protected]> 262 263 * autogen.sh, configure.ac: require gettext 0.18; force autoreconf 264 in autogen.sh; resolves #3561759 Autoconf had trouble finding the shared libraries for gettext. Using 265 gettext 0.18 fixes that. When updating the gettext version number, autoreconf could fail to 266 update files, since autopoint would assume the gettext-related files 267 had been locally modified. Passing --force prevents that from 268 happening. 269 270 2012-08-15 Will Estes <[email protected]> 271 272 * Makefile.am: remove README.cvs from dist_doc_DATA in Makefile.am 273 274 2012-08-13 Will Estes <[email protected]> 275 276 * : commit 9256a268e2a1000cb410766e95487912a7d66d61 Author: Will 277 Estes <[email protected]> Date: Mon Aug 13 16:23:35 2012 -0400 278 279 2012-08-08 Will Estes <[email protected]> 280 281 * README, README.cvs: append README.cvs contents to README 282 283 2012-08-08 Will Estes <[email protected]> 284 285 * gen.c: fix m4 error when useecs and nultrans are true; resolves 286 #1816878 287 288 2012-08-08 Robert Minsk <[email protected]> 289 290 * flex.skl: put user code after yyguts init; resolves #1744516 Signed-off-by: Will Estes <[email protected]> 291 292 2012-08-08 Robert Minsk <[email protected]> 293 294 * flex.skl, main.c: do not output yy_nxt to header with %option 295 full; resolves #1739922 Signed-off-by: Will Estes <[email protected]> 296 297 2012-08-07 Will Estes <[email protected]> 298 299 * main.c: let flex decide if yymore and reject are needed in lex 300 compatible mode This resolves bug #3510440. 301 302 2012-08-06 Translation Project <[email protected]> 303 304 * po/vi.po: new vi translation from the translation project 305 306 2012-08-06 Will Estes <[email protected]> 307 308 * .gitignore: add more patterns to .gitignore Undersome circumstances, the build process will generate conf.in~, 309 which we want to ignore. Also, some patch files will apply but not 310 cleanly and *.orig and *.rej files are generated. We want to ignore 311 them as well. 312 313 2012-08-06 Will Estes <[email protected]> 314 315 * configure.ac, configure.in: rename configure.in to configure.ac to 316 prep for upcoming automake changes 317 318 2012-08-06 Elias Pipping <[email protected]> 319 320 * tests/test-bison-yylloc/main.c, tests/test-bison-yylloc/parser.y, 321 tests/test-bison-yylval/main.c, tests/test-bison-yylval/parser.y: 322 Fix two tests to pass under bison 2.6 Given that bison is moving forward with the %parse-param instead of 323 YYPARSE_PARAM syntax, it makes sense to switch over to using the new 324 style declaration. In particular, this means that flex scanners that 325 use bison features will now require bison 2.6 or higher. Signed-off-by: Will Estes <[email protected]> 326 327 2012-08-04 Will Estes <[email protected]> 328 329 * po/nl.po: new nl translation from the translation project 330 331 2012-08-04 Mike Frysinger <[email protected]> 332 333 * flexdef.h: add prototype for lerrsf_fatal to flexdef.h Signed-off-by: Will Estes <[email protected]> 334 335 2012-08-04 nomis52 <[email protected]> 336 337 * flex.skl, gen.c: Change variable types to silence compiler 338 warnings; resolves #3552806 Signed-off-by: Will Estes <[email protected]> 339 340 2012-08-03 Will Estes <[email protected]> 341 342 * NEWS: update NEWS to reflect changes in 2.5.37 343 344 2012-08-03 Will Estes <[email protected]> 345 346 * configure.in: update flex version to 2.5.37 347 348 2012-08-03 Will Estes <[email protected]> 349 350 * po/de.po: new de translation from the translation project 351 352 2012-08-02 Will Estes <[email protected]> 353 354 * po/vi.po: new vi translation from the translation project 355 356 2012-08-02 Will Estes <[email protected]> 357 358 * po/pl.po: new pl translation from the translation project 359 360 2012-08-02 Will Estes <[email protected]> 361 362 * po/fi.po: new fi translation from the translation project 363 364 2012-08-02 Will Estes <[email protected]> 365 366 * Makefile.am: Add -f option to LN_S to create flex++ The autoconf macro LN_S needs -f to successfully install flex++ if 367 flex++ already exists. Fortunately, ln, ln -s and cp -p, which are 368 the various forms that LN_S can take all will do the right thing 369 with a -f argument passed. 370 371 2012-08-02 Will Estes <[email protected]> 372 373 * Makefile.am, tools/Makefile.am, tools/cvs2cl.pl, 374 tools/cvsauthors, tools/git2cl: replace cvs2cl with git2cl Add the git2cl script in tools/ and remove the (now unnecessary) 375 cvs2cl script. Remove tools/cvsauthors since git2cl does not need 376 that file. Account for all the above in Makefile.am and 377 tools/Makefile.am 378 379 2012-07-29 Will Estes <[email protected]> 380 381 * tests/.cvsignore, tests/.gitignore, tests/TEMPLATE/.cvsignore, 382 tests/TEMPLATE/.gitignore, tests/test-alloc-extra/.cvsignore, 383 tests/test-alloc-extra/.gitignore, tests/test-array-nr/.cvsignore, 384 tests/test-array-nr/.gitignore, tests/test-array-r/.cvsignore, 385 tests/test-array-r/.gitignore, tests/test-basic-nr/.cvsignore, 386 tests/test-basic-nr/.gitignore, tests/test-basic-r/.cvsignore, 387 tests/test-basic-r/.gitignore, tests/test-bison-nr/.cvsignore, 388 tests/test-bison-nr/.gitignore, tests/test-bison-yylloc/.cvsignore, 389 tests/test-bison-yylloc/.gitignore, 390 tests/test-bison-yylval/.cvsignore, 391 tests/test-bison-yylval/.gitignore, 392 tests/test-c++-basic/.cvsignore, tests/test-c++-basic/.gitignore, 393 tests/test-c++-multiple-scanners/.cvsignore, 394 tests/test-c++-multiple-scanners/.gitignore, 395 tests/test-c++-yywrap/.cvsignore, tests/test-c++-yywrap/.gitignore, 396 tests/test-c-cpp-nr/.cvsignore, tests/test-c-cpp-nr/.gitignore, 397 tests/test-c-cpp-r/.cvsignore, tests/test-c-cpp-r/.gitignore, 398 tests/test-ccl/.cvsignore, tests/test-ccl/.gitignore, 399 tests/test-concatenated-options/.cvsignore, 400 tests/test-concatenated-options/.gitignore, 401 tests/test-debug-nr/.cvsignore, tests/test-debug-nr/.gitignore, 402 tests/test-debug-r/.cvsignore, tests/test-debug-r/.gitignore, 403 tests/test-extended/.cvsignore, tests/test-extended/.gitignore, 404 tests/test-header-nr/.cvsignore, tests/test-header-nr/.gitignore, 405 tests/test-header-r/.cvsignore, tests/test-header-r/.gitignore, 406 tests/test-include-by-buffer/.cvsignore, 407 tests/test-include-by-buffer/.gitignore, 408 tests/test-include-by-push/.cvsignore, 409 tests/test-include-by-push/.gitignore, 410 tests/test-include-by-reentrant/.cvsignore, 411 tests/test-include-by-reentrant/.gitignore, 412 tests/test-linedir-r/.cvsignore, tests/test-linedir-r/.gitignore, 413 tests/test-lineno-nr/.cvsignore, tests/test-lineno-nr/.gitignore, 414 tests/test-lineno-r/.cvsignore, tests/test-lineno-r/.gitignore, 415 tests/test-mem-nr/.cvsignore, tests/test-mem-nr/.gitignore, 416 tests/test-mem-r/.cvsignore, tests/test-mem-r/.gitignore, 417 tests/test-multiple-scanners-nr/.cvsignore, 418 tests/test-multiple-scanners-nr/.gitignore, 419 tests/test-multiple-scanners-r/.cvsignore, 420 tests/test-multiple-scanners-r/.gitignore, 421 tests/test-noansi-nr/.cvsignore, tests/test-noansi-nr/.gitignore, 422 tests/test-noansi-r/.cvsignore, tests/test-noansi-r/.gitignore, 423 tests/test-posix/.cvsignore, tests/test-posix/.gitignore, 424 tests/test-posixly-correct/.cvsignore, 425 tests/test-posixly-correct/.gitignore, 426 tests/test-prefix-nr/.cvsignore, tests/test-prefix-nr/.gitignore, 427 tests/test-prefix-r/.cvsignore, tests/test-prefix-r/.gitignore, 428 tests/test-pthread/.cvsignore, tests/test-pthread/.gitignore, 429 tests/test-quotes/.cvsignore, tests/test-quotes/.gitignore, 430 tests/test-reject/.cvsignore, tests/test-reject/.gitignore, 431 tests/test-rescan-nr/.cvsignore, tests/test-rescan-nr/.gitignore, 432 tests/test-rescan-r/.cvsignore, tests/test-rescan-r/.gitignore, 433 tests/test-string-nr/.cvsignore, tests/test-string-nr/.gitignore, 434 tests/test-string-r/.cvsignore, tests/test-string-r/.gitignore, 435 tests/test-table-opts/.cvsignore, tests/test-table-opts/.gitignore, 436 tests/test-top/.cvsignore, tests/test-top/.gitignore, 437 tests/test-yyextra/.cvsignore, tests/test-yyextra/.gitignore: rename 438 .cvsignore files in tests/ subdirectories to gitignore 439 440 2012-07-23 Will Estes <[email protected]> 441 442 * examples/.cvsignore, examples/fastwc/.cvsignore, 443 examples/manual/.cvsignore, lib/.cvsignore, tools/.cvsignore: remove 444 unneeded .cvsignore files 445 446 2012-07-22 Will Estes <[email protected]> 447 448 * .gitignore: add *.o and *.a to top level .gitignore The cvs tree did not need these additions because cvs assumed a lot 449 of C-style defaults for .cvsignore files. flex builds *.o object 450 files in the course of compilation and *.a files are built as a part 451 of the libraries that flex compiles in the build process. 452 453 2012-07-22 Will Estes <[email protected]> 454 455 * .cvsignore, .gitignore, doc/.cvsignore, doc/.gitignore, 456 m4/.cvsignore, m4/.gitignore, po/.cvsignore, po/.gitignore: rename 457 .cvsignore files to .gitignore The .cvsignore files from the legacy cvs repository tracked what 458 files got autogenerated during various stages of the flex build. 459 Renaming the .cvsignore files to .gitignore lets git do the same 460 thing. git is better about letting higher level .gitignore files 461 not-track files in lower level directories. As I work my way through 462 the test directories, we may add additional .gitignore files from 463 the old .cvsignore files. The po/ directory has a lot of special files used by gettext, so the 464 patterns in po/.gitignore look very different. The doc/.gitignore file accounts for what texinfo/makeinfo do, and 465 so it also has special patterns. The m4 directory is mainly present for autoconf's benefit, but we 466 have to account for it so make can do the right thing. Hence, 467 m4/.gitignore says to ignore *.m4, as counterintuitive as that may 468 seem. 469 470 2012-07-22 Will Estes <[email protected]> 471 472 * NEWS: update NEWS file to note release date of 2.5.36 473 474 2012-06-23 Will Estes <[email protected]> 475 476 * doc/flex.texi: fix call to version in manual 477 478 2012-06-22 Will Estes <[email protected]> 479 480 * doc/flex.texi: add missing argument to call to yylex in manual 481 482 2012-04-27 Will Estes <[email protected]> 483 484 * flex.skl: lintish cleanup in flex.skl; resolves #2040664 485 486 2012-04-27 Will Estes <[email protected]> 487 488 * doc/flex.texi: add a 7 to the c99 octal pattern; resolves #3518269 489 490 2012-03-31 Will Estes <[email protected]> 491 492 * doc/flex.texi: copyedit; resolves #3513670 493 494 2012-03-23 Will Estes <[email protected]> 495 496 * buf.c: escape backslashes in #line filenames in %top section; 497 resolves #3212400; patch submitted by scfc_de 498 499 2012-03-21 Will Estes <[email protected]> 500 501 * Makefile.am, configure.in, lib/Makefile.am, lib/lib.c, 502 lib/malloc.c, lib/realloc.c: provide malloc() and realloc() for 503 systems that do not have satisfactory versions; resolves #1899047 504 505 2012-03-21 Will Estes <[email protected]> 506 507 * Makefile.am: install flex++ as a link; resolves bug #2939681 508 509 2012-03-21 Will Estes <[email protected]> 510 511 * tests/test-bison-nr/Makefile.am, 512 tests/test-bison-yylloc/Makefile.am, 513 tests/test-bison-yylval/Makefile.am: fix dependencies for make -j in 514 test suite 515 516 2012-03-19 Will Estes <[email protected]> 517 518 * flex.skl: add missing prototypes for yyset_column() and 519 yyget_column(); resolves #3029024; patch submitted by scfc_de 520 521 2012-03-02 Will Estes <[email protected]> 522 523 * flex.skl, tests/test-reject/scanner.l, 524 tests/test-table-opts/scanner.l: wrap yy_fatal_error calls 525 appropriately 526 527 2012-03-02 Will Estes <[email protected]> 528 529 * regex.c: fix overlapping data buffer issue; patch from Tim 530 Landsheet scfc_de 531 532 2012-03-02 Will Estes <[email protected]> 533 534 * scan.l: better bracket handling in the scanner 535 536 2012-03-02 Will Estes <[email protected]> 537 538 * flexdef.h, main.c, misc.c: Remove unneeded tracking of line/column 539 output; patch from Tim Landsheet scfc_de 540 541 2012-03-02 Will Estes <[email protected]> 542 543 * configure.in: fix test for m4 to accept an m4 with -P and not jus 544 tGNU m4; patch from Tim Landsheet scfc_de on sourceforge 545 546 2012-03-02 Will Estes <[email protected]> 547 548 * doc/flex.texi: fix order of td_lolen and td_hilen in 549 documentation; resolves #2913693; patch submitted by Andreas 550 Gruenbacher <[email protected]> 551 552 2012-03-02 Will Estes <[email protected]> 553 554 * doc/flex.texi: correct document of YY_FLUSH_BUFFER; resolves 555 #1723028 556 557 2012-02-17 Will Estes <[email protected]> 558 559 * dfa.c, flexdef.h, misc.c, parse.y: speed up things for complex 560 inputs; resolves #2891390 561 562 2012-02-17 Will Estes <[email protected]> 563 564 * doc/flex.texi: fix ipv6 pattern in manual; update manual copyright 565 to 2012 566 567 2012-02-17 Will Estes <[email protected]> 568 569 * flex.skl: fremove isatty() declaration; resolves #1984987 570 571 2012-02-17 Will Estes <[email protected]> 572 573 * doc/flex.texi: Add link for RFC 2396 574 575 2012-02-17 Will Estes <[email protected]> 576 577 * flex.skl: resolve #1990170 578 579 2012-02-17 Will Estes <[email protected]> 580 581 * flex.skl: fix documentation to reflect arguments actually used; 582 bug #2783023 583 584 2012-02-05 Will Estes <[email protected]> 585 586 * main.c: fix yywrap behavior for reentrant scanners 587 588 2012-02-04 Will Estes <[email protected]> 589 590 * NEWS: Mmention tr translation 591 592 2012-02-04 Will Estes <[email protected]> 593 594 * tables.c: prevent unused stuff from being compiled so as to reduce 595 warnings 596 597 2012-02-03 Will Estes <[email protected]> 598 599 * buf.c, filter.c, main.c, misc.c, regex.c, scanflags.c: more better 600 error messages; more better memory handling 601 602 2012-02-03 Will Estes <[email protected]> 603 604 * misc.c: more careful/paranoia 605 606 2012-02-03 Will Estes <[email protected]> 607 608 * scanopt.c: more careful memory allocation in option processing 609 610 2012-02-03 Will Estes <[email protected]> 611 612 * Makefile.am, configure.in: remove m4/ directory and generally 613 clean up automake/autoconf inputs 614 615 2012-02-03 Will Estes <[email protected]> 616 617 * lib/.cvsignore: cvsignore files that need that 618 619 2012-02-03 Will Estes <[email protected]> 620 621 * NEWS, po/da.po, po/es.po, po/ko.po, po/pt_BR.po, po/ro.po, 622 po/ru.po, po/sv.po, po/tr.po, po/zh_CN.po: check in translations 623 624 2012-02-03 Will Estes <[email protected]> 625 626 * main.c: correct macro definition of yywrap 627 628 2012-02-03 Will Estes <[email protected]> 629 630 * scan.l: Greater specificity in error messages 631 632 2012-02-03 Will Estes <[email protected]> 633 634 * parse.y: improve rule handling at EOF 635 636 2012-02-03 Will Estes <[email protected]> 637 638 * flex.skl: include cstdio for definition of EOF in all cases 639 640 2012-02-03 Will Estes <[email protected]> 641 642 * flex.skl: suppress warning on unused yyguts_t 643 644 2010-08-13 Will Estes <[email protected]> 645 646 * NEWS, po/LINGUAS, po/fi.po: new fi translation from the 647 translation project 648 649 2009-03-31 Will Estes <[email protected]> 650 651 * doc/flex.texi: Include version.texi after @setfilename, so that @set values are correctly evaluated. (Start Conditions, Performance, Lex and Posix): Fix some markup errors. (Cxx): Likewise. Also, fix C++ example to actually be compilable. Patch from Ralf Wildenhues <[email protected]> 652 653 2008-12-28 Will Estes <[email protected]> 654 655 * configure.in: remove line break that broke configure 656 657 2008-12-28 Will Estes <[email protected]> 658 659 * doc/flex.texi: specify the title on the title page since @settitle 660 doesn't do that for us; resolves bug #2043491 661 662 2008-12-28 Will Estes <[email protected]> 663 664 * configure.in, flexdef.h: check for regex.h; resolves bug #2337486 665 666 2008-07-23 Will Estes <[email protected]> 667 668 * NEWS, po/ga.po: new ga translation from the translation project 669 670 2008-06-10 Will Estes <[email protected]> 671 672 * NEWS, po/ca.po: new ca translation 673 674 2008-05-31 Will Estes <[email protected]> 675 676 * Makefile.am: move ABOUT-NLS back to EXTRA_DIST 677 678 2008-05-31 Will Estes <[email protected]> 679 680 * Makefile.am: create new dist_doc_DATA; move some EXTRA_DIST files 681 to new dist_doc_DATA target 682 683 2008-05-31 Will Estes <[email protected]> 684 685 * .cvsignore: ignore more automake generated config.status* files 686 687 2008-05-31 Will Estes <[email protected]> 688 689 * NEWS: flex distribution now built with automake and autoconf 690 versions ... 691 692 2008-05-31 Will Estes <[email protected]> 693 694 * README.cvs: document GNU auto* version changes for building flex 695 from cvs 696 697 2008-05-31 Will Estes <[email protected]> 698 699 * .cvsignore, doc/Makefile.am: ignore automake-supplied ylwrap 700 701 2008-05-15 Will Estes <[email protected]> 702 703 * NEWS, flex.skl: clean up types; resolves 1961902 704 705 2008-05-15 Will Estes <[email protected]> 706 707 * NEWS: update NEWS re manual 708 709 2008-05-15 Will Estes <[email protected]> 710 711 * doc/flex.texi: correct eroneous references to 'nowrap' to refer to 712 'noyywrap'; resolves bug #1739912 713 714 2008-05-14 Will Estes <[email protected]> 715 716 * filter.c: call clearerr on stdin before dup2'ing it; resolves bug 717 #1902612 718 719 2008-05-14 Will Estes <[email protected]> 720 721 * NEWS: generic updates to NEWS 722 723 2008-05-14 Will Estes <[email protected]> 724 725 * tests/test-pthread/Makefile.am: move library flags in linker 726 command; resolves patch #1943403; patch submitted by 727 [email protected] 728 729 2008-05-14 Will Estes <[email protected]> 730 731 * doc/flex.texi: use ansi syntax in simple examples; resolves patch 732 #1909844; patch submitted by Tom Browder, 733 [email protected] 734 735 2008-04-10 Will Estes <[email protected]> 736 737 * doc/flex.texi: fix typo in example (from Paolo J. Matos 738 739 2008-04-10 Will Estes <[email protected]> 740 741 * flexint.h: move endif to better account for what C99 defines for 742 integer types (fix from debian project) 743 744 2008-04-10 Will Estes <[email protected]> 745 746 * gen.c: fix another int type to be size_t 747 748 2008-03-30 Will Estes <[email protected]> 749 750 * NEWS, po/fr.po: new fr translation 751 752 2008-03-30 Will Estes <[email protected]> 753 754 * NEWS, configure.in: start version 2.5.36 755 756 2008-02-26 Will Estes <[email protected]> 757 758 * NEWS: add date of release 759 760 2008-02-15 Will Estes <[email protected]> 761 762 * NEWS, parse.y: fix bug that prevented comments from working 763 properly 764 765 2008-02-12 Will Estes <[email protected]> 766 767 * po/de.po: new de translation 768 769 2008-02-10 Will Estes <[email protected]> 770 771 * NEWS, po/vi.po: new vi translation 772 773 2008-02-10 Will Estes <[email protected]> 774 775 * NEWS, po/nl.po: new nl translation 776 777 2008-02-09 Will Estes <[email protected]> 778 779 * NEWS, po/pl.po: new pl translation 780 781 2008-02-09 Will Estes <[email protected]> 782 783 * NEWS, po/de.po, po/pt_BR.po: new de, pt_br translations 784 785 2008-02-09 Will Estes <[email protected]> 786 787 * NEWS, flex.skl: generate headers for all functions (resolves bug 788 #1628314) 789 790 2008-02-09 Will Estes <[email protected]> 791 792 * NEWS, flex.skl: change yy_size_t to be size_t (resolves bug 793 #1849812) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1307604 Title: Sync flex 2.5.39-1 (main) from Debian unstable (main) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/flex/+bug/1307604/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
