| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | More places where unsigned quantities should be decared such. | dgp@users.sourceforge.net | 2016-03-22 | 1 | -1/+1 |
| * | typo in comment. Eliminate unnecessary end-of-line spacing. | nijtmans@users.sourceforge.net | 2015-10-19 | 1 | -6/+6 |
| * | Fix failing test | dgp@users.sourceforge.net | 2015-07-18 | 1 | -6/+6 |
| * | Backing out commit [cddbfc3081], fix for bug [82521bfb6734f891dd] | Miguel Sofer | 2014-09-27 | 1 | -1/+0 |
| * | Applied patch by Andreas Leitgeb so that [string cat]'s compiled bytecode opt... | ferrieux@users.sourceforge.net | 2014-09-27 | 1 | -2/+2 |
| * | merge trunk | donal.k.fellows@manchester.ac.uk | 2014-09-14 | 1 | -1/+2 |
| |\ | |||||
| | * | [cee90e4e88] Correct error in stack depth checking. | dgp@users.sourceforge.net | 2014-09-10 | 1 | -0/+1 |
| | * | [84af1192f5]: [regsub] compiler no longer confused by quantification handling. | donal.k.fellows@manchester.ac.uk | 2014-09-09 | 1 | -1/+1 |
| * | | merge trunk | donal.k.fellows@manchester.ac.uk | 2014-08-30 | 1 | -0/+72 |
| |\ \ | |/ | |||||
| | * | Fix comment inaccuracy. | ferrieux@users.sourceforge.net | 2014-08-05 | 1 | -1/+1 |
| | * | More aggressive constant folding in [string cat]. Thanks AndreasK for kicking. | ferrieux@users.sourceforge.net | 2014-08-05 | 1 | -20/+27 |
| | * | Better organize [string cat] by chunks of 255 args. | ferrieux@users.sourceforge.net | 2014-08-05 | 1 | -7/+9 |
| | * | Add constant folding to [string cat]. Mixed-quote idiom is now compiled to a ... | ferrieux@users.sourceforge.net | 2014-08-05 | 1 | -16/+46 |
| | * | TIP 429 Implementation: [string cat] | ferrieux@users.sourceforge.net | 2014-08-02 | 1 | -0/+33 |
| * | | merge trunk | donal.k.fellows@manchester.ac.uk | 2014-02-03 | 1 | -3/+361 |
| |\ \ | |/ | |||||
| | * | add compilation of [string is] | donal.k.fellows@manchester.ac.uk | 2014-02-02 | 1 | -0/+313 |
| | |\ | |||||
| | | * | Compile [string is] with character classes in a non-awful way. Needs more wor... | donal.k.fellows@manchester.ac.uk | 2014-01-29 | 1 | -9/+90 |
| | | * | merge principal development branch | donal.k.fellows@manchester.ac.uk | 2014-01-25 | 1 | -0/+45 |
| | | |\ | |||||
| | | * | | extend [string is] to booleans | donal.k.fellows@manchester.ac.uk | 2014-01-13 | 1 | -4/+47 |
| | | * | | a different approach | donal.k.fellows@manchester.ac.uk | 2014-01-10 | 1 | -70/+80 |
| | | * | | use compact form | donal.k.fellows@manchester.ac.uk | 2014-01-09 | 1 | -26/+25 |
| | | * | | redevelop code to have more in common with the interpreted [string is] and to... | donal.k.fellows@manchester.ac.uk | 2014-01-02 | 1 | -69/+78 |
| | | * | | merge main working branch | donal.k.fellows@manchester.ac.uk | 2014-01-02 | 1 | -31/+1 |
| | | |\ \ | |||||
| | | * \ \ | merge main working branch | donal.k.fellows@manchester.ac.uk | 2013-12-30 | 1 | -707/+925 |
| | | |\ \ \ | |||||
| | | * \ \ \ | merge main dev branch | donal.k.fellows@manchester.ac.uk | 2012-12-19 | 1 | -7/+35 |
| | | |\ \ \ \ | |||||
| | | * \ \ \ \ | merge main dev branch | donal.k.fellows@manchester.ac.uk | 2012-11-05 | 1 | -196/+94 |
| | | |\ \ \ \ \ | |||||
| | | * | | | | | | Work on compilation of [string is]. | donal.k.fellows@manchester.ac.uk | 2012-11-02 | 1 | -0/+190 |
| | * | | | | | | | add compilation for [nextto] and [yieldto]; fix [a90d9331bc] | donal.k.fellows@manchester.ac.uk | 2014-01-22 | 1 | -0/+45 |
| | |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | | | |||||
| | | * | | | | | | implementation of [yieldto] in bytecode | donal.k.fellows@manchester.ac.uk | 2014-01-21 | 1 | -0/+45 |
| | | | |_|_|_|/ | | |/| | | | | |||||
| | * | | | | | | Make DEFAULT_TRIM_SET a MODULE_SCOPE string constant, so its value can be sha... | nijtmans@users.sourceforge.net | 2014-01-08 | 1 | -3/+3 |
| | |/ / / / / | |||||
| * | | | | | | merge trunk | donal.k.fellows@manchester.ac.uk | 2014-01-09 | 1 | -55/+353 |
| |\ \ \ \ \ \ | |/ / / / / | |||||
| | * | | | | | Factor out the definition of the default string trim set; define it once only. | donal.k.fellows@manchester.ac.uk | 2013-12-30 | 1 | -31/+1 |
| | | |_|_|/ | |/| | | | |||||
| | * | | | | corrected comment | donal.k.fellows@manchester.ac.uk | 2013-12-30 | 1 | -2/+2 |
| | * | | | | use the new instruction | donal.k.fellows@manchester.ac.uk | 2013-12-29 | 1 | -3/+16 |
| | * | | | | merge trunk | donal.k.fellows@manchester.ac.uk | 2013-12-23 | 1 | -0/+1 |
| | |\ \ \ \ | |||||
| | | * | | | | remove INST_TRY_CVT_TO_NUMERIC when it is known not be necessary (cherrypick ... | mig | 2013-12-20 | 1 | -0/+1 |
| | * | | | | | simple compilation of [string replace] | donal.k.fellows@manchester.ac.uk | 2013-12-12 | 1 | -0/+116 |
| | * | | | | | Now do [string toupper], [string tolower] and [string totitle]. Only handles ... | donal.k.fellows@manchester.ac.uk | 2013-10-29 | 1 | -45/+126 |
| | * | | | | | Change name of instruction to make way for future changes. | donal.k.fellows@manchester.ac.uk | 2013-10-26 | 1 | -6/+6 |
| | * | | | | | merge trunk | donal.k.fellows@manchester.ac.uk | 2013-10-20 | 1 | -7/+9 |
| | |\ \ \ \ \ | | |/ / / / | |||||
| | | * | | | | And the last bits that need fixing; the code is still less efficient than des... | donal.k.fellows@manchester.ac.uk | 2013-10-20 | 1 | -5/+7 |
| | | * | | | | Working towards better handling of stack balance with break and continue exce... | donal.k.fellows@manchester.ac.uk | 2013-10-08 | 1 | -2/+2 |
| | * | | | | | cleaner and faster 'string trim' | donal.k.fellows@manchester.ac.uk | 2013-10-03 | 1 | -22/+2 |
| | * | | | | | First attempt at [string trim] compilation. | donal.k.fellows@manchester.ac.uk | 2013-09-30 | 1 | -0/+135 |
| | |/ / / / | |||||
| * | | | | | merge trunk | donal.k.fellows@manchester.ac.uk | 2013-09-20 | 1 | -26/+69 |
| |\ \ \ \ \ | |/ / / / | |||||
| | * | | | | [3970f54c4e]: Improved fix that is more tolerant of a single variable varname. | donal.k.fellows@manchester.ac.uk | 2013-09-19 | 1 | -25/+57 |
| | * | | | | [3970f54c4e]: Corrected regression in argument order processing in [unset]. | donal.k.fellows@manchester.ac.uk | 2013-09-19 | 1 | -15/+25 |
| | * | | | | comment | dgp@users.sourceforge.net | 2013-09-19 | 1 | -0/+1 |
| | * | | | | Line numbers wrong in compiled [unset]. | dgp@users.sourceforge.net | 2013-09-19 | 1 | -7/+7 |
| * | | | | | merge trunk | donal.k.fellows@manchester.ac.uk | 2013-08-22 | 1 | -47/+25 |
| |\ \ \ \ \ | |/ / / / | |||||
