aboutsummaryrefslogtreecommitdiffhomepage
path: root/fish.c
Commit message (Collapse)AuthorAge
* don't parse the options that should be passed to fish scriptsGravatar Grissiom2010-10-03
| | | | | | This commit makes fish_parse_opt stop at first non-option argument, which expected as fish script name and pass the remaining argument to that script. I also updated the test cases.
* reader_read( 0... => reader_read( STDIN_FILENOGravatar Grissiom2010-09-18
|
* remove trailing spacesGravatar Grissiom2010-09-18
| | | | | This is done by `sed -i -e 's/[ \t]*$//' *.[c,h]`, which should not introduce any functionality change.
* Add lots of new code comments.Gravatar liljencrantz2008-01-14
| | | | darcs-hash:20080113164747-75c98-9d0cefd27be7aef7ba60772616d9da7e6bb52912.gz
* Raname main.c into fish.c. NAme makes more sense.Gravatar liljencrantz2008-01-13
darcs-hash:20080112192135-75c98-dc3f8480f1b25f6ab866c252c7edace862298f38.gz