aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
Commit message (Expand)AuthorAge
* Include fallback functions in set_color commandGravatar axel2006-06-16
* Slightly improve build system - dont link in ncurses into mimedb or set_colorGravatar axel2006-06-15
* Major restructuring of the buildsystem, meaning that the documentation doesn'...Gravatar axel2006-06-13
* Include user documentation with standard tarballs - this means you no longer ...Gravatar axel2006-06-12
* Move jobs builtin to its own fileGravatar axel2006-05-26
* Minor edits to Makefile. A mistyped .PHONY was corrected, a few stray .o file...Gravatar axel2006-04-21
* Do not call autoconf in Makefile, since configure will automatically reconfig...Gravatar axel2006-04-05
* Add tar and dist Makefile targetsGravatar axel2006-04-02
* Add Makefile rules for regenerating Makefile, configure script, etc. when neededGravatar axel2006-04-02
* Add missing space in shellscript for building rpmsGravatar axel2006-04-01
* Further improvements to build system wrt detection of compiler and libc featu...Gravatar axel2006-03-29
* Add hint on how to fix missing rpm-build when trying make rpmGravatar axel2006-03-27
* Remove gcc-specific cflags from makefile. Add them in the configure file, but...Gravatar axel2006-03-26
* Fish PATH FixGravatar npilon2006-03-14
* Adapt key_reader to changes in buildfilesGravatar axel2006-03-10
* Further comment clarification on -fno-optimize-siblingGravatar axel2006-03-09
* Drop the -fno-strict-aliasing flag for GCC in Makefile.in, since it dealt wit...Gravatar axel2006-03-07
* Remove fish_tests when doing make clean. This patch has been applied before, ...Gravatar axel2006-03-06
* Add output message when uninstalling legacy fish versionGravatar axel2006-03-06
* Some compiler flag tweaks, and elaborated comments on compiler flags useGravatar axel2006-03-06
* Remove correct files when using make distcleanGravatar axel2006-03-02
* Do gettext translation of descriptions just-in-time internally in fishGravatar axel2006-03-02
* Use correct objects list when building mimedbGravatar axel2006-03-01
* Move all fallbacks for standard and not-so-standard unix functions to fallbac...Gravatar axel2006-02-28
* Update of the makefile on how to handle the directory hierarchy transitionGravatar axel2006-02-24
* Update build dependenciesGravatar axel2006-02-18
* Use the right sources for generating translation stringsGravatar axel2006-02-18
* Remove dropped fish_function.fish from MakefileGravatar axel2006-02-17
* Redo installation file structure, move lots of things to $PREFIX/share/fishGravatar axel2006-02-17
* Check for translation strings in function filesGravatar axel2006-02-13
* make sure fish_tests is deleted on make cleanGravatar axel2006-02-10
* Another halloc:ification of fish. Halloc has been extended to allow registeri...Gravatar axel2006-02-10
* Add missing fish_tests file to make cleanGravatar axel2006-02-09
* Autoloaded functionsGravatar axel2006-02-08
* Further halloc:ification if fishGravatar axel2006-02-07
* First checkin of transition to using a new hierarchical memory allocator, som...Gravatar axel2006-02-07
* Minor tweaks, including a few small performance improvementsGravatar axel2006-02-04
* Autoconf tweaks to make library detection more robustGravatar axel2006-01-31
* Add support for calculating completions for arbitrary commands through the 'c...Gravatar axel2006-01-31
* shellscript functions should use the help command to display helpGravatar axel2006-01-27
* Installation should not rely on making the .po filesGravatar axel2006-01-25
* Add manual page for fish_pager commandGravatar axel2006-01-25
* Fixes to api documentation, added .PHONY to makefile actions, made a few priv...Gravatar axel2006-01-24
* Hopefully the last attempt at fixing the build rules for making .po and .gmo ...Gravatar axel2006-01-24
* Add option parsing and support for -h and -v switches to fishdGravatar axel2006-01-24
* Cleanup Makefile.in and make sure gen_hdr.sh is executable before using itGravatar axel2006-01-23
* .po should not depend on the messages.pot file, since it will cause that file...Gravatar axel2006-01-23
* Move the complete builtin to it's own file, and make it accept multiple -c, -...Gravatar axel2006-01-23
* Add simple fallback implementation of seq command, installed automatically on...Gravatar axel2006-01-23
* Use backticks for command substitutions in Makefile to make it work on older ...Gravatar axel2006-01-22