Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: make commands lower case by default | Ken Martin | 2007-10-10 | 1 | -10/+10 |
| | |||||
* | ENH: change LIST(CONTAINS ...) TO LIST(FIND ...), which returns the index | Alexander Neundorf | 2007-08-15 | 1 | -3/+4 |
| | | | | | | | | and which is more useful, because then you can also access the item behind the one you were looking, useful for writing macros with optional keywords with parameters Alex | ||||
* | ENH: add LIST(CONTAINS ...) patch from "Miguel A. Figueroa-Villanueva, ↵ | Alexander Neundorf | 2007-07-12 | 1 | -1/+6 |
| | | | | | | | | miguelf (AT) ieee.org added tests for LIST(CONTAINS, SORT, REVERSE) Alex | ||||
* | STYLE: use "items" instead od "item" | Alexander Neundorf | 2007-05-24 | 1 | -2/+2 |
| | | | | Alex | ||||
* | BUG: Add missing API | Andy Cedilnik | 2006-08-22 | 1 | -0/+2 |
| | |||||
* | STYLE: Fix style | Andy Cedilnik | 2006-05-16 | 1 | -9/+9 |
| | |||||
* | ENH: Change REMOVE and REMOVE_ITEM to REMOVE_AT and REMOVE_ITEM | Andy Cedilnik | 2006-05-15 | 1 | -5/+5 |
| | |||||
* | ENH: Remove some errors, fix append to work on nonexisting lists | Andy Cedilnik | 2006-05-15 | 1 | -1/+1 |
| | |||||
* | ENH: Some documentation and add APPEND | Andy Cedilnik | 2006-05-11 | 1 | -6/+9 |
| | |||||
* | STYLE: fix line lengths | Bill Hoffman | 2006-03-10 | 1 | -3/+4 |
| | |||||
* | ENH: Add initial implementation of the list command | Andy Cedilnik | 2006-02-10 | 1 | -0/+99 |