1. 07f67a2 preparing for 2.08 release by Eli Bendersky · 13 years ago
  2. d964981 finalize issue 74 fix by Eli Bendersky · 13 years ago
  3. e40ae0a Fixes for issue 74: pass decimal escapes \<num> in the lexer by eliben · 13 years ago
  4. 04b0c21 forgot to hg add by Eli Bendersky · 13 years ago
  5. c4701a3 failing test for windows by Eli Bendersky · 13 years ago
  6. 0373cbe some more tests by Eli Bendersky · 13 years ago
  7. 09fc200 Issue 73: initial pragma implementation by Eli Bendersky · 13 years ago
  8. 949ad82 refactor cpp invocation from parse_file into preprocess_file by Eli Bendersky · 13 years ago
  9. 74e12bd add missing file by Eli Bendersky · 13 years ago
  10. 5a0abdf Issue 68 by Eli Bendersky · 13 years ago
  11. 41434bb Issue 69: set return code from all_tests by Eli Bendersky · 13 years ago
  12. 0a3ef0b updated changes by Eli Bendersky · 13 years ago
  13. 9dadc3f test case for issue 60 by Eli Bendersky · 13 years ago
  14. a1da7fd Make sure the parser remembers the coordinates of simple string types by Eli Bendersky · 13 years ago
  15. a291586 Issue 63: fix up line endings by Eli Bendersky · 13 years ago
  16. cbcfa05 updated CHANGES by Eli Bendersky · 13 years ago
  17. 19400fd Issue 65: add some more typedefs by Eli Bendersky · 13 years ago
  18. 0ac8caa Issue 64: added sys/types.h to fake includes by Eli Bendersky · 13 years ago
  19. 2e44381 Added tag release_v2.07 for changeset 72bfcfd41430 by Eli Bendersky · 13 years ago
  20. 081bac2 preparing release 2.07 by Eli Bendersky · 13 years ago
  21. 3b1b08d Issue 57: support for C99 hexadecimal float constants by Eli Bendersky · 13 years ago
  22. 203b967 Issue 62: correct coord for Ellipsis nodes by Eli Bendersky · 13 years ago
  23. cd93c5f Issue 59: add some more fake headers for C99 by Eli Bendersky · 13 years ago
  24. 0242938 Issue 54: optional parser argument to parse_file by Eli Bendersky · 13 years ago
  25. 13d0a6f Moved changelist to CHANGES by Eli Bendersky · 13 years ago
  26. 9c7437a fixed README by Eli Bendersky · 13 years ago
  27. a2bafde make test_general.py succeed also when run from the tests/ dir by Eli Bendersky · 13 years ago
  28. 897898a mention that tests should be run from the root dir of pycparser by Eli Bendersky · 13 years ago
  29. a553282 Added tag release_v2.06 for changeset fb73ceec7e62 by Eli Bendersky · 14 years ago
  30. 28c256e preparation for 2.06 release by Eli Bendersky · 14 years ago
  31. 12f0c9d Transform the AST to create a correct representation of the cases inside a switch statement by Eli Bendersky · 14 years ago
  32. 5433326 typo & cosmetic changes by Eli Bendersky · 14 years ago
  33. ac5752b cosmetic by Eli Bendersky · 14 years ago
  34. f86dea1 1. make examples callable from root dir by Ben · 14 years ago
  35. 5cd3fd6 add a basic parsing test for a switch statement - doesn't do anything interesting yet by Ben · 14 years ago
  36. 7fd8897 cosmetic by Eli Bendersky · 14 years ago
  37. 875bd88 fix c generator to preserve qualifiers between pointer * and var name by Eli Bendersky · 14 years ago
  38. bf4fae8 fix the case where the first statement in a file is empty (just a semicolon). Fix provided by Andreas Kloeckner by Eli Bendersky · 14 years ago
  39. 9899a3e moving CGenerator tests by Eli Bendersky · 14 years ago
  40. 0e8e1b7 moving CGenerator from examples/c-to-c.py into its own class in pycparser/. c-to-c remains as a shell example over it by Eli Bendersky · 14 years ago
  41. 665a0bd adaptations to execute tests successfully on Windows from the root dir by eli.bendersky · 14 years ago
  42. ef7c35f update .hgignore by Eli Bendersky · 14 years ago
  43. d097378 made testing scripts runnable from root dir + added tox.ini by Eli Bendersky · 14 years ago
  44. 8a63238 README fixes by Eli Bendersky · 14 years ago
  45. dfd0df3 fix problem in c-to-c generation of casts. Patch by Andreas Kloeckner by Eli Bendersky · 14 years ago
  46. 68497c2 fix reversal of specifiers & qualifiers in C generation by Eli Bendersky · 14 years ago
  47. f4d7346 Support for C99 _Complex type. Patch by Andreas Kloeckner by Eli Bendersky · 14 years ago
  48. 0f8913c adding ability to Node.show to display each node's name (in its parent). Based on code contributed by Tomer Segal in Issue #51 by eli.bendersky · 14 years ago
  49. a69adfe added a fake typedef for va_list by eli.bendersky · 14 years ago
  50. bfa9a94 Add test for previous fix (issue 50) to test_c_lexer.py by eli.bendersky · 14 years ago
  51. 13ad219 Fix for issue 50, added support for more windows chars in #line path. by Even · 14 years ago
  52. 3c69f8f added new change to README by eli.bendersky · 14 years ago
  53. 49f3b63 Issue 49: Allow dots ('.') in string escapes for the sake of #line directives with Windows paths like "..\..\test" by eli.bendersky · 14 years ago
  54. 171c99f fixing previous fix: by eli.bendersky · 14 years ago
  55. 43cf0b2 fix issue 48: handling of empty files by eli.bendersky · 14 years ago
  56. f603f05 Added tag release_v2.05 for changeset 40f281fb9a18 by Ben · 14 years ago
  57. 434ca75 todo update by eli.bendersky · 14 years ago
  58. eb8de15 merge by Eli Bendersky · 14 years ago
  59. e91008a Preparing for release 2.05 by eli.bendersky · 14 years ago
  60. 5b09f55 some changes to run tests on linux by Eli Bendersky · 14 years ago
  61. 460ed4d updated TODO by eli.bendersky · 14 years ago
  62. 91c0aa3 * Added EmptyStatement node to represent an empty statement (sole ';'), with tests and c-to-c support by eli.bendersky · 14 years ago
  63. 4afc9f2 added LCC copyright file to utils/ by eli.bendersky · 14 years ago
  64. affe032 - cosmetic fixes for the _Bool patch - adding tests for _Bool & stdbool by eli.bendersky · 14 years ago
  65. f08560d Added support for C99 _Bool type. by Even · 14 years ago
  66. 1ff510d updated TODO by eli.bendersky · 14 years ago
  67. 073f29e * added some material to the explore_ast.py example * some cosmetic changes by eli.bendersky · 14 years ago
  68. 1bd6c17 1. remove redundant code 2. fix spacing issue in empty type declarations by eli.bendersky · 14 years ago
  69. 51da62f cleanup by eli.bendersky · 14 years ago
  70. b537f8a fix a problem with previous commit: by eli.bendersky · 14 years ago
  71. 6b01179 Fix for Issue #39: allow anonymous struct fields not only of union/struct types. Although the C1X standard doesn't really allow it, some compilers (MSVC) do, by eli.bendersky · 14 years ago
  72. d4a9975 Issue 38: c-to-c: postfix -- behavior by eli.bendersky · 14 years ago
  73. 8348a9d Issue 37: c-to-c: sizeof arg parenthesizing by eli.bendersky · 14 years ago
  74. cad1cfd Fix issue 36: empty block in c-to-c by eli.bendersky · 14 years ago
  75. 42b95e2 Added tag release_v2.04 for changeset 2443200ccbd0 by Ben · 14 years ago
  76. 08f7165 some manifest changes for setup sdist by eli.bendersky · 14 years ago
  77. 19d1b97 updating version to 2.04 by eli.bendersky · 14 years ago
  78. 851dbfb preparing for 2.04 release by eli.bendersky · 14 years ago
  79. bc3d381 hgignore update by eli.bendersky · 14 years ago
  80. 85d2e73 Basic scoping of typedefs implemented by eli.bendersky · 14 years ago
  81. 8e6c586 * A couple of bug fixes in c-to-c.py (Issue 35, and comlex types in function argument declarations) by eli.bendersky · 14 years ago
  82. 7f3b7bd todo fix by eli.bendersky · 14 years ago
  83. 6ed80a6 Issue 33: fix c-to-c.py generation of casts by eli.bendersky · 14 years ago
  84. 15cb270 generated README by eli.bendersky · 14 years ago
  85. 84a6a63 changed license notices to BSD in all files by eli.bendersky · 14 years ago
  86. 13d6ca8 added license file by eli.bendersky · 14 years ago
  87. 128ac07 Issue 29: some typos in CParser methods by eli.bendersky · 14 years ago
  88. 3b52ac0 Issue 27: added c99 integer types to fake headers by eli.bendersky · 14 years ago
  89. 728e688 Added tag release_v2.03 for changeset 45ca943e3f4b by eli.bendersky · 14 years ago
  90. b56e8f8 preparing for release 2.03 by eli.bendersky · 14 years ago
  91. b36f5bb c-to-c: some precedence bug fixes by eli.bendersky · 14 years ago
  92. dcb859c c-to-c: implemented named initializers by eli.bendersky · 14 years ago
  93. abb96e6 c-to-c: support for more statements, plus structs and unions by eli.bendersky · 14 years ago
  94. e6ecb1a added if & dowhile by eli.bendersky · 14 years ago
  95. 724b1cc updated TODO with latest issue fix added some nodes to c-to-c.py example by eli.bendersky · 14 years ago
  96. fc96e5e fixing issue 23: coords of casts by eli.bendersky · 14 years ago
  97. ae36e96 a couple more statements implemented by eli.bendersky · 14 years ago
  98. 3ae9f7a in c-to-c.py example: some statements + enums + structs implemented by eli.bendersky · 14 years ago
  99. afcfaac some more implemented in c-to-c.py by eli.bendersky · 14 years ago
  100. d5ba345 began skeleton implementation of c-to-c.py example by eli.bendersky · 14 years ago