aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* Update code formattingGravatar ridiculousfish2013-03-21
* Some cleanup of builtin_printf. Eliminate global variables and a nasty macro.Gravatar ridiculousfish2013-03-21
* Merge branch 'builtin_printf' of git://github.com/siteshwar/fish-shell into s...Gravatar ridiculousfish2013-03-20
|\
| * Fixed some case statements in hextobin functionGravatar Siteshwar Vashisht2013-03-17
| * Cleaned up some code in printf builtinGravatar Siteshwar Vashisht2013-03-17
| * Use wcstoimax and wcstoumax instead of strtoimax and strtoumax in printf builtinGravatar Siteshwar Vashisht2013-03-17
| * Changed octtobin, hextobin and isodigit macros into functionsGravatar Siteshwar Vashisht2013-03-17
| * Use fixed value "lld" instead of PRIdMAXGravatar Siteshwar Vashisht2013-03-16
* | Add completion for ruby-buildGravatar Terje Larsen2013-03-13
* | Return key should only insert a newline if backslashed character is whitespac...Gravatar ridiculousfish2013-03-12
* | Rename print_service_names to __fish_service_print_namesGravatar ridiculousfish2013-03-12
* | service name completion for "systemd service manager" addedGravatar aliva2013-03-12
* | Add some headers to fix the build on OpenBSDGravatar ridiculousfish2013-03-11
* | Spelling mistake in commentGravatar ridiculousfish2013-03-11
* | Add support for making a leading space not save to historyGravatar ridiculousfish2013-03-10
* | Add note to docs.Gravatar Kenneth Vestergaard2013-03-10
* | Minor fix to order of arguments in error-message.Gravatar Kenneth Vestergaard2013-03-09
* | Break out COMPLETE_NO_CASE and COMPLETE_REPLACES_TOKEN into separate flags, i...Gravatar ridiculousfish2013-03-05
* | Document -e and -E flags for echo, and provide some examplesGravatar ridiculousfish2013-03-05
* | Kill termio.h and sys/termios.hGravatar David Adam (zanchey)2013-03-05
* | Add some examples to set_colorGravatar ridiculousfish2013-03-04
* | Remove -v flag from set_color synopsis.Gravatar Daniel James2013-03-04
| * Return EXIT_FAILURE in printf builtin if conversion to number failsGravatar Siteshwar Vashisht2013-03-04
* | Teach builtin_test about the special precedence rules in IEEE 1003.1Gravatar ridiculousfish2013-03-03
| * Use wmemcpy instead of mempcpy in printf builtinGravatar Siteshwar Vashisht2013-03-03
| * Changed type of ok array in builtin_printf.cpp to boolGravatar Siteshwar Vashisht2013-03-03
| * Fixed indentation in builtin_printf.cppGravatar Siteshwar Vashisht2013-03-03
| * Merge branch 'builtin_printf' of github.com:siteshwar/fish-shell into builtin...Gravatar Siteshwar Vashisht2013-03-03
| |\
| * | Added test cases for printf builtinGravatar Siteshwar Vashisht2013-03-03
| * | Fixed code to support field width and precisionGravatar Siteshwar Vashisht2013-03-02
| * | Initial version of printf builtinGravatar Siteshwar Vashisht2013-03-02
|/ /
| * Fixed code to support field width and precisionGravatar Siteshwar Vashisht2013-03-02
* | Merge branch 'master' of git://github.com/aliva/fish-shell into aliva-masterGravatar ridiculousfish2013-03-01
|\ \
* | | configure: disable gettext support if msgfmt isn't found (fixes https://githu...Gravatar David Adam (zanchey)2013-03-01
* | | configure: only check for gettext/dcgettext if we want them (makes --without-...Gravatar David Adam (zanchey)2013-03-01
* | | configure: only check for libintl if we want to use gettext (makes --without-...Gravatar David Adam (zanchey)2013-03-01
| * | recreate yum-cache file every six hours.Gravatar aliva2013-03-02
| * | autocomplete 'yum install' using yum cacheGravatar aliva2013-03-01
|/ /
* | Additional changes related to https://github.com/fish-shell/fish-shell/pull/592Gravatar ridiculousfish2013-02-28
* | Hopeful fix for https://github.com/fish-shell/fish-shell/issues/594Gravatar ridiculousfish2013-02-26
* | Add proper desriptions to "git submodule"Gravatar ormris debian2013-02-26
* | add class scoped_push to automatically restore variable on function exitGravatar Cheer Xiao2013-02-26
* | Fix compilation by using std::ptrdiff_t instead of ptrdiff_tGravatar lledey2013-02-23
* | Cleanup and simplify null_terminated_array_t and its clientsGravatar ridiculousfish2013-02-22
* | Support /etc/paths and /etc/paths.d/* on OS XGravatar ridiculousfish2013-02-22
* | Hopeful fix to avoid forking for certain builtins like echo when they have an...Gravatar ridiculousfish2013-02-22
* | Remove useless __fish_complete_perl functionGravatar Konrad Borowski2013-02-21
* | Update Perl completionGravatar Konrad Borowski2013-02-21
* | Add a null check to avoid passing null to io_chain_t::push_backGravatar ridiculousfish2013-02-21
* | Remove unnecessary eval in __fish_complete_cdGravatar ridiculousfish2013-02-20