summaryrefslogtreecommitdiff
path: root/com32/lib/sys/argv.c
Commit message (Expand)AuthorAgeFilesLines
* com32: Fixing cast in argv to avoid warningErwan Velu2010-05-121-1/+1
* com32: export the filename of a com32 module to the module itselfH. Peter Anvin2010-03-291-2/+3
* com32/lib: add cast in __parse_argv()H. Peter Anvin2010-01-101-1/+1
* Run Nindent on com32/lib/sys/argv.cH. Peter Anvin2009-05-291-44/+44
* Update copyright notices; add Intel notices where appropriateH. Peter Anvin2009-04-041-0/+1
* linux.c32: make load_linux() support relocationH. Peter Anvin2009-04-031-4/+3
* Update copyright yearH. Peter Anvin2008-01-101-1/+1
* Remove CVS-era $Id$ tags.H. Peter Anvin2006-08-171-1/+0
* Across-the-board stealth whitespace cleanupH. Peter Anvin2006-05-031-5/+4
* Fix argv parsinghpa2004-12-211-3/+7
* Update with fixed version from the dos directoryhpa2004-12-191-4/+8
* Add code to parse argc, argv; REGPARM-ize assembly codehpa2004-12-171-0/+90