David Guyot
b917f168d3
Improved french translations; minor completion corrections
2017-11-23 11:02:32 +01:00
David Adam
f12164f7c7
Bump version for 2.7.0
2017-11-23 13:45:49 +08:00
David Adam
e8f0ec0009
CHANGELOG: update for 2.7.0
2017-11-23 13:45:49 +08:00
David Adam
ce46c80492
cmake: restore check for fixed-args tparm ("Solaris tparm kludge")
2017-11-22 18:58:27 +08:00
David Adam
64194d02fc
cmake: correct configure check for _nl_msg_cat_cntr
2017-11-17 16:21:56 +08:00
David Adam
32714021f5
cmake: add gettext support
2017-11-17 16:21:56 +08:00
David Adam
7e24c14f8c
cmake: print feature summary
2017-11-17 16:21:56 +08:00
David Adam
8543a4061e
cmake: fix check for /proc/self/stat
...
Using the result of the exists test directly always passes.
2017-11-17 16:21:56 +08:00
David Adam
af93db668c
cmake: fix check for sys/sysctl.h on FreeBSD
2017-11-17 16:21:56 +08:00
David Adam
f5209deacc
cmake: update CheckIncludeFiles to enable C++ checks
2017-11-17 16:21:56 +08:00
David Adam
2f289ce097
cmake: drop unneeded checks
...
Much cruft brought across from autoconf is removed.
2017-11-17 16:21:56 +08:00
David Adam
57bfca17dc
cmake: make WINSIZE checks work
2017-11-17 16:21:56 +08:00
David Adam
a8938bcb4d
cmake: check for stat struct items correctly
2017-11-17 16:21:56 +08:00
David Adam
68da7ab822
cmake: use C++ rather than C checks for all checks
...
Disables C language for fish project to catch errors.
2017-11-17 16:21:56 +08:00
David Adam
8f7d68ee3e
cmake: use correct syntax for CheckStructHasMember
...
Correctly detect the dirent member d_type on systems that have it.
2017-11-17 16:21:56 +08:00
David Adam
de9f034318
cmake: minimum required cmake version should be first line in file
...
See note in https://cmake.org/cmake/help/v3.8/command/project.html
2017-11-17 16:21:55 +08:00
David Adam
396faebc08
Move CMakeFiles to cmake
...
Makes in-tree (ie `cmake .`) builds work.
2017-11-17 16:21:55 +08:00
ridiculousfish
043631fd18
Add muParser headers to CMake build
...
Enables these headers to show up in IDEs.
2017-11-16 12:51:16 -08:00
ridiculousfish
1014995159
Add documentation for wait command
2017-11-16 11:28:32 -08:00
ridiculousfish
bc28bd7d6d
Use some modern initialization syntax in builtin_wait
...
Avoids potentially dangling pointers.
2017-11-16 10:54:34 -08:00
ridiculousfish
51d34e1960
Add wait command to Changelog
2017-11-16 10:54:04 -08:00
ridiculousfish
7c8ed80e64
Fix up builtin_wait build system
...
Add missing CMake and Xcode files, and mark some variables as const
reference.
2017-11-16 10:48:21 -08:00
slama
c7a682ed05
add wait command
2017-11-16 10:48:21 -08:00
David Adam
ea5f3925ea
drop USE_GETTEXT macro and use only HAVE_GETTEXT
...
There is no clear rationale for the two separate macros.
2017-11-16 21:29:42 +08:00
Aaron Gyes
c67d9195eb
Fix fish_opt --help
showing nextd manpage.
2017-11-14 01:57:58 -08:00
Aaron Gyes
fa57565c42
Fix fish_opt --help
showing nextd manpage.
2017-11-14 01:56:58 -08:00
WEBER Logan
11cebe9483
feat(share:git-prompt): be able to truncate the branch name with a defined max length
2017-11-13 10:57:42 +01:00
Laurent Pireyn
b46b0310f3
Create Hugo completion ( #4529 )
2017-11-12 21:03:11 -08:00
Andrew Stewart
9c060126b5
fixed small typo in src/builtin_jobs.cpp ( #4530 )
2017-11-10 11:41:02 -08:00
Andrew Schulman
ed0a57ff6d
Update cygport completions
2017-11-08 22:19:52 +01:00
Fabian Homborg
60248e895f
Use __fish_complete_user_at_hosts
...
for various completions.
This makes the code a bit nicer, removes one of the
__fish_print_hostnames calls (which are slow) and a sed call, thereby
improving performance by about 33% (600ms to 400ms).
Fixes #4511 .
2017-11-08 12:59:31 +01:00
ridiculousfish
8dc26ba8b9
Add missing builtin_argparse.cpp to fish_key_reader
...
Fixes #4510
2017-11-07 21:28:09 -08:00
Jannis
45fc499a91
Make h1 distinguishable from h2 ( #4522 )
2017-11-07 00:55:20 -08:00
Michihito Shigemura
d769b2ac40
Fix typo in tutorial
2017-11-06 18:48:57 +01:00
Michihito Shigemura
2ba6dc8893
Fix typo in string
2017-11-06 18:48:31 +01:00
Michihito Shigemura
c5241360af
Fix typo in history
2017-11-06 18:48:16 +01:00
Michihito Shigemura
f0503c84dc
Improve document in FORMATTING
...
Update links
Fix typo
2017-11-06 18:46:57 +01:00
David Adam
d02011c57a
cmake: fix typo causing conf.d to be missed in install phase
2017-11-06 20:44:14 +08:00
David Adam
57bd122719
CMake: fix prefix paths for extra directories
2017-11-06 17:38:40 +08:00
ridiculousfish
39ddfa2ad2
Migrate muParser to CMake
...
This adds a CMakeLists.txt inside muParser, so it can be build
with CMake.
2017-11-05 13:00:34 -08:00
ridiculousfish
cd47f9b1a2
Add an IDE-friendly CMake target
...
This adds the target build_root, which is a target that installs
fish into a directory under the build path.
2017-11-05 11:25:08 -08:00
Michihito Shigemura
f0ce62c873
Fix typo in abbr
2017-11-03 14:09:22 +01:00
Michihito Shigemura
4a4fd7e75b
Fix typo in faq
2017-11-03 14:08:48 +01:00
Michihito Shigemura
efdc62fa80
Fix typo in argparse
2017-11-03 14:08:24 +01:00
Michihito Shigemura
97a6efec77
Update link in CONTRIBUTING.md
...
http to https
2017-11-03 14:07:45 +01:00
Judson
37e0fbb5e4
Paginating last command
...
Often, I want to paginate the command I just ran.
Easy enough to <up><alt-p>, but this patch saves a keystroke.
2017-11-01 07:35:26 +08:00
David Adam
f5514543e4
Bump version for 2.7b1
2017-10-31 20:27:03 +08:00
David Adam
6a878e45e7
CHANGELOG: updates to 2.7b1
2017-10-31 20:24:03 +08:00
David Adam
3bd2caf682
Update tests to match behaviour from 848db48af5
...
(cherry picked from commit d5e5878f6d
)
2017-10-31 20:17:06 +08:00
David Adam
d5e5878f6d
Update tests to match behaviour from 848db48af5
2017-10-31 20:09:45 +08:00