aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* sh: Remove the "exp" builtin.Jilles Tjoelker2011-05-272-2/+2
* sh: Correct criterion for using CDPATH in cd.Jilles Tjoelker2011-05-271-1/+4
* sh: Various updates to the TOUR document.Jilles Tjoelker2011-05-271-29/+8
* sh: Fix unquoted $@/$* if IFS=''.Jilles Tjoelker2011-05-271-2/+5
* sh: Show errno messages in cd.Jilles Tjoelker2011-05-251-1/+4
* sh: Remove obsolete token type TENDBQUOTE.Jilles Tjoelker2011-05-221-1/+0
* Fix some typos under bin/Ulrich Spörlein2011-05-223-4/+4
* Fix a bunch of typos and a couple of whitespace nits.Ulrich Spörlein2011-05-2212-47/+47
* sh: Fix bss-based buffer overflow in . builtin.Jilles Tjoelker2011-05-221-4/+7
* sh: Expand aliases after assignments and redirections.Jilles Tjoelker2011-05-214-12/+29
* sh: Implement the cd -e flag proposed for the next POSIX issue.Jilles Tjoelker2011-05-202-10/+28
* sh: Allow terminating a heredoc with a terminator at EOF without a newline.Jilles Tjoelker2011-05-201-3/+5
* Spelling in P_HADTHREADS.Sergey Kandaurov2011-05-201-1/+1
* Fix the description of the "paddr" keyword. It shows a processSergey Kandaurov2011-05-201-1/+1
* sh: Minor optimization to output from ulimit/export/readonly.Jilles Tjoelker2011-05-152-8/+7
* sh: Avoid close(-1) when evaluating a multi-command pipeline.Jilles Tjoelker2011-05-151-1/+2
* Update sticky(7) cross references.Sergey Kandaurov2011-05-132-7/+7
* sh: Add \u/\U support (in $'...') for UTF-8.Jilles Tjoelker2011-05-085-4/+37
* sh: Optimize variable code by storing the length of the name.Jilles Tjoelker2011-05-082-124/+125
* sh(1): Update BUGS section for UTF-8 support.Jilles Tjoelker2011-05-081-2/+7
* sh: Add UTF-8 support to pattern matching.Jilles Tjoelker2011-05-081-12/+50
* sh: Add UTF-8 support to ${#var}.Jilles Tjoelker2011-05-071-3/+13
* sh: Track if the current locale's charset is UTF-8 or not.Jilles Tjoelker2011-05-063-0/+24
* sh: Change the CTL* bytes to ones invalid in UTF-8.Jilles Tjoelker2011-05-061-8/+8
* sh: Add $'quoting' (C-style escape sequences).Jilles Tjoelker2011-05-053-8/+212
* sh: Apply set -u to variables in arithmetic.Jilles Tjoelker2011-05-041-0/+2
* sh: Detect an error for ${#var<GARBAGE>}.Jilles Tjoelker2011-05-041-0/+2
* Don't call -f option's argument "stdin".Ruslan Ermilov2011-05-031-1/+4
* sh: Set $? to 0 for background commands.Jilles Tjoelker2011-04-251-3/+6
* sh: Check setuid()/setgid() return values.Jilles Tjoelker2011-04-251-2/+4
* sh: Remove duplicate code resetting uid/gid for set +p/+o privileged.Jilles Tjoelker2011-04-251-10/+5
* sh: Allow EV_EXIT through function calls, make {...} <redir more consistent.Jilles Tjoelker2011-04-233-13/+16
* sh: Do not word split "${#parameter}".Jilles Tjoelker2011-04-201-2/+2
* Document problems with -d/-w and the fact that -X is the default.Edward Tomasz Napierala2011-04-181-2/+9
* Get rid of DSIZ; instead just call the sizing function if provided.Edward Tomasz Napierala2011-04-123-16/+15
* Make it possible to use permission sets (full_set, modify_set, read_setEdward Tomasz Napierala2011-04-091-2/+17
* Add proper width calculation for time fields (time, cputime and usertime).Edward Tomasz Napierala2011-03-243-5/+52
* Make "LOGIN" and "CLASS" columns width scale properly instead of wasting space.Edward Tomasz Napierala2011-03-243-5/+34
* sh(1): Describe subshell environment, command substitution more correctly.Jilles Tjoelker2011-03-201-7/+19
* Implement the usertime and systime keywords for ps, printing theKonstantin Belousov2011-03-174-21/+63
* bin: Prefer strrchr() to rindex().Jilles Tjoelker2011-03-153-3/+3
* sh: Fix some parameter expansion variants ${#...}.Jilles Tjoelker2011-03-131-19/+30
* Remove unnecessary cast.Stefan Farfeleder2011-03-071-1/+1
* sh(1): Reduce excessive semicolon-separated sentences.Jilles Tjoelker2011-03-061-4/+4
* Export login class information via kinfo and make it possible to viewEdward Tomasz Napierala2011-03-054-1/+28
* sh: Fix some warnings in code for arithmetic expressions.Jilles Tjoelker2011-03-052-3/+5
* kill: Note that this is used both as a normal program and a shell builtin.Jilles Tjoelker2011-03-011-0/+4
* Accept == as an alias of = which is a popular GNU extension.Xin LI2011-02-271-0/+1
* When WITH_ICONV is set, use our in-tree iconv.Hajimu UMEMOTO2011-02-262-13/+23
* mdoc(7) markup.Sergey Kandaurov2011-02-211-1/+1