summaryrefslogtreecommitdiff
path: root/keywords.inc
Commit message (Collapse)AuthorAgeFilesLines
* Switch the display file and graphics routines to using the getc stackH. Peter Anvin2008-02-121-2/+2
| | | | | | | The file display and graphics routines used their own file management since the old getc code did not nest. The new one does (necessary to support INCLUDE), so use the same routines and get rid of the ad hoc buffer management.
* Update copyright yearH. Peter Anvin2008-01-101-1/+1
|
* Allow binding help text to F11 and F12.H. Peter Anvin2007-05-301-0/+2
| | | | Fix the odd anomaly that one can't bind help text to F11 and F12.
* Add "include" command to the core syslinux parserH. Peter Anvin2007-05-221-1/+2
|
* Stealth whitespace cleanup (automated)H. Peter Anvin2007-03-141-8/+8
|
* Add new PXE keyword (we might have to distinguish from BOOT at some point)H. Peter Anvin2007-02-191-0/+1
|
* Merge with syslinux-3.32-pre7syslinux-3.40-pre3H. Peter Anvin2006-11-211-40/+43
|\ | | | | | | | | | | Conflicts: keywords.inc
| * New TEXT..ENDTEXT statement for the benefit of the menu systemH. Peter Anvin2006-10-021-33/+36
| |
* | Add support for forcing the filetype, and loading a secondary config file.H. Peter Anvin2006-09-221-1/+8
|/ | | | | Add support for forcing the filetype, and loading a secondary config file. Also bump the version number to version 3.40.
* Remove CVS-era $Id$ tags.H. Peter Anvin2006-08-171-1/+0
|
* Across-the-board stealth whitespace cleanupH. Peter Anvin2006-05-031-2/+1
|
* New "totaltimeout" option; change the menu behaviour on timeout.hpa2005-08-301-1/+2
|
* Better NOESCAPE; handle comments without space (too common a mistake)hpa2005-08-181-2/+1
|
* New CONSOLE directive to enable/disable the video console.syslinux-3.02-pre3hpa2005-01-041-0/+1
|
* Add NOESCAPE command to disable Shift key; update NEWS.hpa2004-12-211-0/+1
|
* Add an API function to get the IPAPPEND strings.hpa2004-12-211-0/+1
| | | | Add a dummy MENU command to specify menu-specific options.
* Fix the spelling of "Boston"hpa2004-12-141-1/+1
|
* - Add "allowoptions" commandhpa2004-05-291-0/+1
| | | | - Fix the handling of x0x IP addresses
* Add "onerror" configuration directivesyslinux-2.08-pre6hpa2003-11-271-0/+1
|
* Rename timeoutcmd -> ontimeouthpa2003-11-261-1/+1
|
* Add timeoutcmd commandhpa2003-11-241-0/+1
|
* Actually support comment lines.hpa2003-02-251-0/+1
|
* Further rationalize command-line parsing by allowing functions tosyslinux-1.73-pre9hpa2002-04-301-1/+50
| | | | take an argument.
* Rename generated include files from *.inc -> *.gen to avoid Makefilehpa2002-04-291-1/+1
| | | | confusion
* Complete conversion to new config file parserhpa2002-04-271-0/+29