aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
Commit message (Collapse)AuthorAge
* Check for translation strings in function filesGravatar axel2006-02-13
| | | | darcs-hash:20060212222406-ac50b-10424c1daeb9e81054c87bbf8f7839da72cb05bb.gz
* make sure fish_tests is deleted on make cleanGravatar axel2006-02-10
| | | | darcs-hash:20060209215101-ac50b-48d6e4ffa276e55e0ab896040a7070294061a4ce.gz
* Another halloc:ification of fish. Halloc has been extended to allow ↵Gravatar axel2006-02-10
| | | | | | registering function calls, this has allowed the creation of halloc-handled arraylists, stringbuffers, etc. More job parsing halloc-ification has reduced the error handling code to only a shadow of it's former self darcs-hash:20060209155020-ac50b-e119c5293ce2368e252cfc01b98ab7c629fdd678.gz
* Add missing fish_tests file to make cleanGravatar axel2006-02-09
| | | | darcs-hash:20060208180342-ac50b-a4cf2411534c8c1bd3db335152d4615f951529c8.gz
* Autoloaded functionsGravatar axel2006-02-08
| | | | darcs-hash:20060208092005-ac50b-8e784f79a4e158c8c15b553fad85002dccc7bd03.gz
* Further halloc:ification if fishGravatar axel2006-02-07
| | | | darcs-hash:20060206181101-ac50b-db0aac307a81e7f0677acd15a9f38ff8c7ff36d2.gz
* First checkin of transition to using a new hierarchical memory allocator, ↵Gravatar axel2006-02-07
| | | | | | some of the memory associated with a job is covered darcs-hash:20060206142502-ac50b-ba1c9a4f64ea0f44f65303a125f9ddae5bd31e2f.gz
* Minor tweaks, including a few small performance improvementsGravatar axel2006-02-04
| | | | darcs-hash:20060204130914-ac50b-331e83fd8fe472545fce60fc4b76bb8300526d64.gz
* Autoconf tweaks to make library detection more robustGravatar axel2006-01-31
| | | | darcs-hash:20060130165706-ac50b-e7685a85f07811815fb01ac3b79609ea7f0a7786.gz
* Add support for calculating completions for arbitrary commands through the ↵Gravatar axel2006-01-31
| | | | | | 'complete' builtin darcs-hash:20060130165150-ac50b-5e2ef3bb0298dd5e1a5d6fbdade314cc73ef36f3.gz
* shellscript functions should use the help command to display helpGravatar axel2006-01-27
| | | | darcs-hash:20060126173437-ac50b-69c03761554180467f741a9597205fab6c823378.gz
* Installation should not rely on making the .po filesGravatar axel2006-01-25
| | | | darcs-hash:20060124181245-ac50b-27104b2918c53230377afcd8b684335aafb7ed76.gz
* Add manual page for fish_pager commandGravatar axel2006-01-25
| | | | darcs-hash:20060124180729-ac50b-ee2811e3a96d7f29f372ea5a5b1d08ff9045545a.gz
* Fixes to api documentation, added .PHONY to makefile actions, made a few ↵Gravatar axel2006-01-24
| | | | | | private functions static darcs-hash:20060123204014-ac50b-b9d2a10c7f00945b5d9d244cb3b8c1489fe280de.gz
* Hopefully the last attempt at fixing the build rules for making .po and .gmo ↵Gravatar axel2006-01-24
| | | | | | files darcs-hash:20060123174742-ac50b-194561d756a9f3d78e1aeffe16e6c4d7c81593fe.gz
* Add option parsing and support for -h and -v switches to fishdGravatar axel2006-01-24
| | | | darcs-hash:20060123162534-ac50b-e993c28ee80cf83dc1f83a64f2cf7bac5dc1c55d.gz
* Cleanup Makefile.in and make sure gen_hdr.sh is executable before using itGravatar axel2006-01-23
| | | | darcs-hash:20060123113807-ac50b-3959a084721ea2aebd7e5751788c82f633c2984a.gz
* .po should not depend on the messages.pot file, since it will cause that ↵Gravatar axel2006-01-23
| | | | | | file to be autogenerated on build. Also, add a few comments to the Makefile. darcs-hash:20060122213548-ac50b-e3d6c30bdfa401c03248fb88f96a0c6457fe9773.gz
* Move the complete builtin to it's own file, and make it accept multiple -c, ↵Gravatar axel2006-01-23
| | | | | | -p, -s, -o and -l switches darcs-hash:20060122211055-ac50b-6ef8cff7fb02e974d6a8096bf83bcbed429d7322.gz
* Add simple fallback implementation of seq command, installed automatically ↵Gravatar axel2006-01-23
| | | | | | on systems which lack the regular seq command darcs-hash:20060122210756-ac50b-f09a50f61137acef18f0d2be16e2556b2cdea921.gz
* Use backticks for command substitutions in Makefile to make it work on older ↵Gravatar axel2006-01-22
| | | | | | sh implementations darcs-hash:20060121160117-ac50b-80b950ee724d149a0cdf8373c9a2a8dcc21bed04.gz
* Make it possible to manually rebuild an existing messages.pot using 'make ↵Gravatar axel2006-01-19
| | | | | | messages'. Don't use the --no-wrap switch for xgettext, since it's not universally supported. Print an explanation if xgettext fails. darcs-hash:20060118165917-ac50b-2bea9293231907ea373216dbd6097a359886a062.gz
* Don't automatically rebuild messages.pot every time the source changesGravatar axel2006-01-19
| | | | darcs-hash:20060118155929-ac50b-8134050a43269c35d582fb4410449d64dbbebb52.gz
* Add friendly messages to Makefile commandsGravatar axel2006-01-18
| | | | darcs-hash:20060118131143-ac50b-8141e527e8047d4551548b629e01c18eef5d411e.gz
* Add debug target to make, which halts on warningsGravatar axel2006-01-16
| | | | darcs-hash:20060116134150-ac50b-4edaa946177ff0368669ed6314d25bf5c8663023.gz
* some little correctionsGravatar Jan Fader jan.fader@web.de2006-01-11
| | | | darcs-hash:20060110174907-f93c5-d9ef6df3a8f8401ea161085a1e512d6a1d445260.gz
* Remove the external tokenize command. One can use tr insteadGravatar axel2006-01-11
| | | | darcs-hash:20060110163603-ac50b-204bef8d8d8e3f2ebc593c3de7d5a2eb4b1f0312.gz
* Huge upade containing several bugfixes related to i18n, and a huge number of ↵Gravatar axel2006-01-08
| | | | | | new translatable strings, including almost all description messages for command specific completions darcs-hash:20060108025656-ac50b-e2309829a0afa6b3270d13814e9600d0fd372407.gz
* Translate most shellscript output, translate internal completion ↵Gravatar axel2006-01-05
| | | | | | descriptions, and several translation bugfixes darcs-hash:20060105134159-ac50b-0a7805971e079dd1a511c6bca227db4504902ef0.gz
* Further i18n tweaksGravatar axel2006-01-04
| | | | darcs-hash:20060104135230-ac50b-c9fe3b1d24a28f18cefee72aaec17515b552b157.gz
* Add i18n through gettext, as well as a Swedish translationGravatar axel2006-01-04
| | | | darcs-hash:20060104125102-ac50b-5bf026578a69bd94f7a7a3c8dee0ebccd95e5c24.gz
* Add trap shellscript functionGravatar axel2005-12-18
| | | | darcs-hash:20051217213052-ac50b-fdab838ea9595fac7572068ea3a1f12b8bb0ea68.gz
* Initial blocking implementationGravatar axel2005-12-12
| | | | darcs-hash:20051211222101-ac50b-6e11220bd608187fbb32a0313b5b73dbdc8354fc.gz
* Do not fail make install on missing ChangeLogGravatar axel2005-12-09
| | | | darcs-hash:20051209024923-ac50b-9a998c9e221c1a2d5613498e78614fafc5c6a347.gz
* Add a distclean target to Makefile.inGravatar netocrat2005-11-04
| | | | darcs-hash:20051103170348-344c5-9e8f20f2363ac031c8eeb991d01c58fde86fd33b.gz
* Add missing files to remove for make cleanGravatar netocrat2005-11-04
| | | | darcs-hash:20051103151026-344c5-c79770e8273cc18f0515c4bbbed730fec89af060.gz
* Modify fish init scripts to take account of @SYSCONFDIR@Gravatar netocrat2005-11-04
| | | | darcs-hash:20051103143535-344c5-203a64cc8bdb14cc018254f6eb74852a1db4843f.gz
* Add documentation for the vared shellscript functionGravatar axel2005-10-26
| | | | darcs-hash:20051025143355-ac50b-d7aaecf4b2de062fb2c56928bd6a6919ad6d223c.gz
* Fix broken umask, add completions, documentation cleanups, etcGravatar axel2005-10-22
| | | | darcs-hash:20051022100605-ac50b-9b6ece502b203bf7690583d57b5b0713de30890c.gz
* Implement the ulimit builtinGravatar axel2005-10-15
| | | | darcs-hash:20051014223301-ac50b-f4e6303dcfbe26318e23020444b54d80fed9f535.gz
* Multiple portability fixesGravatar axel2005-10-11
| | | | darcs-hash:20051010161255-ac50b-e732f18c1dfa610e34b56bb4ff1a3d4d2ef078a1.gz
* Move io redirection functions to their own libraryGravatar axel2005-10-08
| | | | darcs-hash:20051008112051-ac50b-113caa4cba470a739e4bfbed9f479e2fed357be7.gz
* Initial update for new event subsystemGravatar axel2005-10-06
| | | | darcs-hash:20051005223708-ac50b-8a8d7e003e1c24747f3f154cb66b6c1a1015c35b.gz
* Update for type functionGravatar axel2005-09-24
| | | | darcs-hash:20050924013016-ac50b-d153454213661a003b54306f9ee32caf6c390505.gz
* Documentation updatesGravatar axel2005-09-24
| | | | darcs-hash:20050923144445-ac50b-851b042248bd0d4f857c0cb744393ed16c13a95d.gz
* Exportable universal variablesGravatar axel2005-09-23
| | | | darcs-hash:20050922201652-ac50b-f70e7607b4ace24da4020f2d432718dc335e5bdd.gz
* Key binding functionsGravatar axel2005-09-21
| | | | darcs-hash:20050920234200-ac50b-3895a97cb024368258cd1562bdcc9fda2c84f521.gz
* Minor documentation updatesGravatar axel2005-09-21
| | | | darcs-hash:20050920141105-ac50b-339e24a7cc79cbf80e1c1d8eb14f77c57ab6066c.gz
* Initial revisionGravatar axel2005-09-20
darcs-hash:20050920132639-ac50b-fa3b476891e1f5f67207cf4cc7bf623834cc5edc.gz