1. 4bffa41 Improved M4 quotation by Demi Obenour · 8 years ago
  2. 7dcb10c build: for automake, flex is foreign by Will Estes · 8 years ago
  3. 9a4ae5d doc: mv README to README.md by Will Estes · 8 years ago
  4. 2ad733a doc: touch up README by Will Estes · 8 years ago
  5. 507f96a doc: README no longer mentions sourceforge by Will Estes · 8 years ago
  6. 17bf278 doc: update NEWS with more post-2.6.1 additions by Will Estes · 8 years ago
  7. 9d3ddf5 Fix M4 quoting of section 3. by Demi Obenour · 8 years ago
  8. 735ffb6 Fix yyrestart(NULL) SEGV. by Mightyjo · 8 years ago
  9. ee87e5d scanner: M4 quoting fixes by Demi Obenour · 8 years ago
  10. 749a8c8 Support `make indent` for out of source builds by Demi Obenour · 8 years ago
  11. fb91984 Simplify some shell code by Demi Obenour · 8 years ago
  12. e50d903 no longer generate K&R C scanners by Demi Obenour · 8 years ago
  13. 7528bc0 Fix escaping of `[[` and `]]` in strings by Demi Obenour · 8 years ago
  14. b22b8fd new sv translation by Translation Project · 8 years ago
  15. 9255494 Delete action_m4_define from misc.c by Demetri Obenour · 8 years ago
  16. 7878f90 test: run direct tests from srcdir by Will Estes · 8 years ago
  17. 1b7a716 Exited with error code on some conditions in include tests by Egor Pugin · 8 years ago
  18. 98fd512 test: drop .exe when making input file names by Will Estes · 8 years ago
  19. 0cc66ab test: removed dependencies for include tests by Will Estes · 8 years ago
  20. 0afeed3 Avoid realloc on every call of sf_push() by Tobias Klauser · 8 years ago
  21. 2061043 build: prettified command to build man page by Will Estes · 8 years ago
  22. 84ca965 build: added man page to DISTCLEANFILES by Will Estes · 8 years ago
  23. 9f2343b remove unused TODO, BUGS files by Will Estes · 8 years ago
  24. ad46bcf removed to.do/ directory by Will Estes · 8 years ago
  25. e15146b gettext: removed flex.skl from POTFILES.in file list by Will Estes · 8 years ago
  26. 4db9c20 fix skel.c dependency (missing tables_shared.c) and polish build rule by rlar · 8 years ago
  27. 7cfb440 fix flex.1 dependency by rlar · 8 years ago
  28. 39cff7e fix stage1scan.c and stage1scan.l dependency by rlar · 8 years ago
  29. 07a1d30 gettext: list src/flex.skl in po/POTFILES.in by Will Estes · 8 years ago
  30. 8d09d89 warning in generated code, with -Ca by rlar · 8 years ago
  31. f57cb42 suppress `WARNINGFLAGS' for the almost obsolete `noansi' test cases by rlar · 8 years ago
  32. f1ce476 configure option `--enable-warnings' and `WARNINGFLAGS' by rlar · 8 years ago
  33. babe9a1 Fix potential buffer overflow in strncat() by Tobias Klauser · 8 years ago
  34. c5d903d build: simplified dependency tracking so parallel make runs succeed by Robert.Larice Robert Larice · 8 years ago
  35. fab3f20 avoid warning in generated code, with -Cf by rlar · 8 years ago
  36. 42325b8 mention v2.6.2; summarize changes since 2.6.1 by Will Estes · 8 years ago
  37. e873499 doc: corrected example in manual, gh#67 by Will Estes · 8 years ago
  38. 0292299 warning: conversion to 'size_t' from 'int' may change the sign of the result [-Wsign-conversion] by rlar · 8 years ago
  39. ed59d3e warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] by rlar · 8 years ago
  40. c2429b5 warning: conversion to 'flex_uint32_t' from 'long unsigned int' may alter its value [-Wconversion] by rlar · 8 years ago
  41. 70b804f warning: redundant redeclaration of '...' [-Wredundant-decls] by rlar · 8 years ago
  42. 676a62e warning: no previous prototype for '...' [-Wmissing-prototypes] by rlar · 8 years ago
  43. d112fba warning: unused variable 'fp' [-Wunused-variable] by rlar · 8 years ago
  44. 2da698f main(), warning: redundant redeclaration of 'main' [-Wredundant-decls] by rlar · 8 years ago
  45. 08fd44f main(), warning: old-style function definition [-Wold-style-definition] by rlar · 8 years ago
  46. f4be44b main(), warning: old-style function definition [-Wold-style-definition] by rlar · 8 years ago
  47. 8756116 Fix two more casts by rlar · 8 years ago
  48. 1da19fe Fixes yyl compare with unsigned warning by Bastian Köcher · 8 years ago
  49. 197b523 Suppress portability warnings in Makefile generation by Robert Larice · 8 years ago
  50. dc55016 generated code, in yyensure_buffer_stack(), change type of local `num_to_alloc' by rlar · 8 years ago
  51. 8c098fe generated code, in yy_get_next_buffer(), change type of local `number_to_move' by rlar · 8 years ago
  52. cf4121f generated code, `_yybytes_len' is of type `int', fix code accordingly by rlar · 8 years ago
  53. 3946924 generated code, `max_size' seems to be of type `int', fix casts accordingly by rlar · 8 years ago
  54. 986bb5e generated code, here `new_size' is of type `int', fix casts accordingly by rlar · 8 years ago
  55. 33dd868 generated code, `yy_buf_size' is of type `int', fix casts accordingly by rlar · 8 years ago
  56. 3614d4c generated code, `offset' is of type `int' by rlar · 8 years ago
  57. 04c31bf generated code, `yy_more_len' is of type `int' by rlar · 8 years ago
  58. 4815272 scan.l, rewrite two loops to avoid unneccesairy casting by rlar · 8 years ago
  59. bdc999c improve readability by rlar · 8 years ago
  60. fb60d5a another cast in tblcmp.c to avoid warning by rlar · 8 years ago
  61. 3d640d0 casts in buf_append() to get rid of warnings by rlar · 8 years ago
  62. de3fb71 cast to suite type of flex_uint32_t td_lolen by rlar · 8 years ago
  63. 9160ceb cast to get rid of warnings by rlar · 8 years ago
  64. 00bc43f cast and fix usage of log10(), ceil to prevent buffer overflow by rlar · 8 years ago
  65. c7b3db7 tables.c, sprinkle casts to get rid of warnings by rlar · 8 years ago
  66. 598ba7f yytbl_data_compress(), change type of local newsz to get rid of warnings by rlar · 8 years ago
  67. e8e83d2 change type of struct yytbl_writer.total_written to get rid of warnings by rlar · 8 years ago
  68. c2940d1 change argument type of yytbl_writen() to get rid of warnings by rlar · 8 years ago
  69. fe89a09 yytbl_write8/16/32(), change type of local variables to get rid of warnings by rlar · 8 years ago
  70. 1d5b34b change return type and rename int htoi()/otoi() --> unsigned int htoui()/otoui() by rlar · 8 years ago
  71. 609af57 Mention 2.6.1 release date by Will Estes · 8 years ago
  72. 455205b avoid warning, add (int) cast to the read() return value by rlar · 8 years ago
  73. 265e8e5 avoid warning, POSIX says yyless() has an `int' argument by rlar · 8 years ago
  74. f951c3f use type size_t in filter_tee_header() to avoid warnings by rlar · 8 years ago
  75. 22d123c add (size_t) casts to malloc invocations to prevent warnings by rlar · 8 years ago
  76. d2c0374 add (int) casts to some strlen() invocations to prevent warnings by rlar · 8 years ago
  77. 0f276ad ndlookup(), char *, to get rid of casts and warnings by rlar · 8 years ago
  78. 9678197 ndinstal(), char *, to get rid of casts and warnings by rlar · 8 years ago
  79. b7b9789 cclinstal() and ccllookup(), char *, to get rid of casts and warnings by rlar · 8 years ago
  80. 2532a95 warning: redundant redeclaration of ‘gen_next_state’ [-Wredundant-decls] by rlar · 8 years ago
  81. 0f4684d warning: no previous prototype for ‘mkecstbl’ [-Wmissing-prototypes] by rlar · 8 years ago
  82. cc7d148 warning: suggest parentheses around assignment used as truth value [-Wparentheses] by rlar · 8 years ago
  83. 860d7cf warning: redundant redeclaration of ‘yywrap’ [-Wredundant-decls] by rlar · 8 years ago
  84. ad994f5 warning: redundant redeclaration of ‘yylval’ [-Wredundant-decls] by rlar · 8 years ago
  85. 4d6fb21 warning: redundant redeclaration of ‘yyin’ [-Wredundant-decls] by rlar · 8 years ago
  86. 519783b warning: redundant redeclaration of ‘yyparse’ [-Wredundant-decls] by rlar · 8 years ago
  87. 318396d unification, rename some more by rlar · 8 years ago
  88. 804efe8 fix name clash, OPT_OUTFILE from parse.y and from options.h by rlar · 8 years ago
  89. 80484ea Prototyped reallocarray implementation by Will Estes · 8 years ago
  90. aade660 Removed custom strcasecmp() function by Will Estes · 8 years ago
  91. fd722d7 fwrite wants a size_t, yyleng is int per posix by rlar · 8 years ago
  92. bffbf1f Remove some unneeded casts by rlar · 8 years ago
  93. 48fa650 warning: negative integer implicitly converted to unsigned type [-Wsign-conversion] by rlar · 8 years ago
  94. e66a12b dfa.c:157:24: warning: conversion to 'size_t' from 'int' may change the sign of the result [-Wsign-conversion] by rlar · 8 years ago
  95. 3a132d2 ccl.c:86:19: warning: conversion to 'unsigned char' from 'int' may alter its value [-Wconversion] by rlar · 8 years ago
  96. 71530af warning: deprecated directive, use '%pure-parser' [-Wdeprecated] by rlar · 8 years ago
  97. 9132612 warning: no previous prototype for 'do_nothing' [-Wmissing-prototypes] by rlar · 8 years ago
  98. f691a63 included stdlib.h header by rlar · 8 years ago
  99. 4581801 Described more post v2.6.0 changes by Will Estes · 8 years ago
  100. aa4eac6 build: Removed bzip2 distribiution archive by Will Estes · 8 years ago