aboutsummaryrefslogtreecommitdiff
path: root/tool/lempar.c
Commit message (Collapse)AuthorAge
...
* Minor changes to lempar.c to reduce warnings on some compilers. (CVS 3224)drh2006-06-13
| | | FossilOrigin-Name: dae71de10d0f34a001b8070266d4016baafa6623
* Basic parsing of CREATE VIRTUAL TABLE statements. (CVS 3210)drh2006-06-10
| | | FossilOrigin-Name: 66370cb99bd93abb33e1e8433672da45e1795f78
* Fix error processing in Lemon. SQLite does not use this feature of lemondrh2006-05-08
| | | | | so it is uneffected. (CVS 3181) FossilOrigin-Name: 864cac960390a31c240d34ffd62bb084ab780267
* Improved table compression in lemon reduces the overall library sizedrh2005-11-05
| | | | | by about 1.5KiB. (CVS 2761) FossilOrigin-Name: 86ac11476962727d2d40b62ce87d689c01969537
* Change to the lemon parser suggested by Geert Janssen. Appears to have nodrh2005-05-11
| | | | | impact on SQLite. (CVS 2458) FossilOrigin-Name: 6fda60083f258a4943c859d768ea7142de831594
* Add the (highly experimental) omit_readlock pragma that disables the use drh2005-02-06
| | | | | of readlocks on read-only databases that are connected using ATTACH. (CVS 2317) FossilOrigin-Name: 2155448d2128119f74241da0ea07d6713b71765c
* More performance tweaking in the parser. (CVS 2302)drh2005-02-01
| | | FossilOrigin-Name: a3d12726bb7bce72b8266236800c07f22ac5212f
* Lemon optimization: When doing a shift following a reduce that pops onedrh2005-02-01
| | | | | or more elements off the stack, no need to check for stack overflow. (CVS 2300) FossilOrigin-Name: adcd9a3fa2a86464abd613aa88ae110b4799a241
* Convert many constants to have type "const". (CVS 2006)drh2004-10-06
| | | FossilOrigin-Name: d790c84c5a889928d07f5394fffef0cbb8d5f214
* Optimizations to the LEMON parser template. (CVS 1143)drh2003-12-22
| | | FossilOrigin-Name: 06db29df8f0c1cd29e696537e622f0c5456056f5
* Comment changes to the lemon parser template. Change some sqliteMalloc() callsdrh2003-10-22
| | | | | to sqliteMallocRaw() for speed. Update the website template. (CVS 1114) FossilOrigin-Name: c637caf13f579959ecdb6b134d0114e8efbcac60
* Fix bugs in lemon associated with the change to a perfect hash table. (CVS 1113)drh2003-10-21
| | | FossilOrigin-Name: c0d1b26966aeb445fea5792e5a9e93632e758c2a
* Convert lemon to use a single perfect hash table for storing the actions.drh2003-10-21
| | | | | This should make the resulting parser both smaller and faster. (CVS 1112) FossilOrigin-Name: 4f955c00076b16166ff837749efb84201eab3c3a
* Added the %fallback directive to the lemon parser generator and used thisdrh2002-06-06
| | | | | | in the parser to make the parse tables much smaller. This reduced the size of the library by 15K. (CVS 605) FossilOrigin-Name: 7ac5bd293cbb2bf252f31f1571f7efac7e77280a
* Change the way that lemon handles %extra_argument. (CVS 427)drh2002-03-11
| | | FossilOrigin-Name: ffc387a48a9864b7f323314fbf8295b5bb2a3bd1
* Bug fix: updates within a transaction would fail if there was existeddrh2002-03-10
| | | | | a temporary table. (CVS 425) FossilOrigin-Name: 02cc2d60b2a5ee50efdbd90df90810ba559a453f
* Modify lemon to use much less memory for its parser tables. This reducesdrh2002-02-23
| | | | | the size of the library by 50K, which is important for an embedded library. (CVS 389) FossilOrigin-Name: 67a135a051e7c96ddbfe85976539b4b8372c7026
* Disclaimed copyright. Preparing for release 2.0. (CVS 250)drh2001-09-16
| | | FossilOrigin-Name: 4e926efe2b59adfec4086eb1d2ba830238facb4c
* Bug fixes and speed improvements. Delete is still slow. (CVS 244)drh2001-09-14
| | | FossilOrigin-Name: 7da856cd94d2572070e40762e5bc477679e60042
* Bug fixes from Oleg Oleinick (CVS 195)drh2001-04-03
| | | FossilOrigin-Name: 1f0197d504fa2bde15b287ac6c0102cacdb1e482
* initial check-in of the new version (CVS 1)drh2000-05-29
FossilOrigin-Name: 6f3655f79f9b6fc9fb7baaa10a7e0f2b6a512dfa