index
:
busybox-w32
ansi
awk_faster
busybox
cng_backend
cron_changes
dscho-kill-gently
embed
fix_backslash
join2
long_paths
manifest
master
merge
merge_1_19
merge_1_20
mount_point
noconsole
noconsole2
old
path_search
propagate_sigint
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
zstd
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
coreutils
/
tr.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
win32: coreutils/tr.c: use actail/isactype
Avi Halachmi (:avih)
2026-04-16
1
-0
/
+15
*
tr: an escaped dash doesn't indicate a range
Ron Yorston
2025-08-21
1
-0
/
+7
*
Update applet size estimates
Denys Vlasenko
2023-07-10
1
-1
/
+1
*
tr: display usage for incorrect arguments
Ron Yorston
2023-04-16
1
-1
/
+1
*
libbb: reduce the overhead of single parameter bb_error_msg() calls
James Byrne
2019-07-02
1
-2
/
+2
*
config: update size information
Denys Vlasenko
2018-12-28
1
-1
/
+1
*
whitespace and comment format fixes, no code changes
Denys Vlasenko
2017-10-05
1
-1
/
+1
*
getopt32: remove opt_complementary
Denys Vlasenko
2017-08-08
1
-2
/
+2
*
config: deindent all help texts
Denys Vlasenko
2017-07-21
1
-9
/
+9
*
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-07-18
1
-1
/
+1
*
Convert all coreutils/* applets to "new style" applet definitions
Denys Vlasenko
2016-11-23
1
-3
/
+4
*
tr: support octal ranges
Richard Genoud
2015-10-26
1
-5
/
+18
*
*: remove "Options:" string from help texts
Denys Vlasenko
2011-06-05
1
-1
/
+0
*
move help text from include/usage.src.h to coreutils/*.c
Pere Orga
2011-03-31
1
-0
/
+13
*
tr: free allocated memory in tr if CLEANUP enabled
Alexey Soloviev
2011-03-06
1
-0
/
+6
*
whitespace cleanup
Denys Vlasenko
2010-10-29
1
-4
/
+4
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
1
-1
/
+1
*
remove defconfig. Now "make defconfig" simply uses defaults from Config.in
Denys Vlasenko
2010-06-06
1
-3
/
+3
*
tr: add forgotten //config: prefixes
Denys Vlasenko
2010-06-05
1
-19
/
+19
*
partially migrate coreutils to Config.src and Kbuild.src
Denys Vlasenko
2010-06-04
1
-0
/
+29
*
libbb: robustify isXXXX(). +39 bytes
Denys Vlasenko
2009-11-18
1
-1
/
+1
*
tr: support -C as synonym to -c
Denis Vlasenko
2009-03-15
1
-8
/
+21
*
tr: fix overflow in expand and complement, fix stop after [:class:],
Denis Vlasenko
2009-03-02
1
-104
/
+131
*
tr: support [:xdigit:], fix handling of ranges and [x]'s.
Denis Vlasenko
2009-03-01
1
-38
/
+47
*
tr: fix yet another access past the end of a string (bug 4374)
Denis Vlasenko
2008-07-30
1
-3
/
+5
*
tr: fix "tr [=" case. Closes bug 4374.
Denis Vlasenko
2008-07-28
1
-0
/
+2
*
tr: fix "access past the end of a string" bug 4354
Denis Vlasenko
2008-07-26
1
-1
/
+1
*
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-05
1
-1
/
+1
*
more -Wall warning fixes from Cristian Ionescu-Idbohrn.
Denis Vlasenko
2008-05-13
1
-1
/
+1
*
fix warnings about pointer signedness
Denis Vlasenko
2008-05-09
1
-2
/
+2
*
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2008-03-17
1
-1
/
+1
*
nameif: extended matching (Nico Erfurth <masta@perlgolf.de>)
Denis Vlasenko
2007-12-24
1
-1
/
+1
*
tr: more of code shrink (getopt32-ification)
Denis Vlasenko
2007-11-13
1
-30
/
+18
*
tr: better comments, small code shrink
Denis Vlasenko
2007-11-13
1
-47
/
+60
*
tr: properly detect read errors (Fernando Silveira <fsilveira@gmail.com>)
Denis Vlasenko
2007-11-13
1
-3
/
+5
*
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-10-11
1
-1
/
+1
*
trylink: produce even more info about final link stage
Denis Vlasenko
2007-08-12
1
-1
/
+1
*
Replace index_in_[sub]str_array with index_in_[sub]strings,
Denis Vlasenko
2007-07-24
1
-6
/
+5
*
Audit bb_common_bufsiz usage, add script which looks for misuse.
Denis Vlasenko
2007-06-04
1
-49
/
+38
*
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-05-26
1
-1
/
+1
*
add some missed statics on constant objects.
Denis Vlasenko
2007-04-08
1
-1
/
+1
*
- fix compilation if FEATURE_TR_CLASSES is off. Sorry for that..
Bernhard Reutner-Fischer
2007-03-30
1
-2
/
+0
*
- fix bug where we did not reject invalid classes like '[[:alpha'
Bernhard Reutner-Fischer
2007-03-30
1
-79
/
+82
*
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2007-02-03
1
-0
/
+1
*
style cleanup: return(a) -> return a, part 1
Denis Vlasenko
2006-11-27
1
-1
/
+1
*
using [xa]sprintf for string concatenation is neat and saves
Denis Vlasenko
2006-09-09
1
-1
/
+1
*
Remove all usage of the "register" storage class specifier.
"Robert P. J. Day"
2006-07-01
1
-2
/
+2
*
Make warnings go away.
Rob Landley
2006-06-30
1
-19
/
+21
*
Fix bug 744 by moving the flushing logic into the exhausted read buffer test.
Rob Landley
2006-06-30
1
-75
/
+22
*
Patch from Jean Wolter:
Rob Landley
2006-04-19
1
-11
/
+16
[next]