index
:
coreutils
fiemap-copy
fiemap-copy-2
fiemap-copy-3
master
next
selinux
Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
base64.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2011-01-01
maint: update all copyright year number ranges
Jim Meyering
1
-1
/
+1
2010-07-22
provide POSIX_FADV_SEQUENTIAL hint to appropriate utils
Pádraig Brady
1
-0
/
+3
2010-05-31
maint: correct indentation of case_GETOPT_* macro uses
Jim Meyering
1
-2
/
+2
2010-04-22
base64: always treat input in binary mode
Eric Blake
1
-2
/
+7
2010-02-15
doc: fix inconsistent capitalization in --help output
Pádraig Brady
1
-3
/
+3
2010-02-11
doc: remove extraneous periods from --help output
Pádraig Brady
1
-4
/
+3
2010-01-01
maint: update all FSF copyright year lists to include 2010
Jim Meyering
1
-1
/
+1
2009-12-14
base64: use *_OPTION_DESCRIPTION macros instead of hard-coded strings
Thiago Farina
1
-3
/
+2
2009-09-21
doc: mention the texinfo documentation in --help
Pádraig Brady
1
-1
/
+1
2009-08-25
global: convert indentation-TABs to spaces
Jim Meyering
1
-81
/
+81
2009-06-23
maint: update all Copyright year lists to include 2009
Jim Meyering
1
-1
/
+1
2008-12-21
build: add configure-time --enable-gcc-warnings option; avoid warnings
Jim Meyering
1
-1
/
+1
2008-06-28
doc: add "..." to Usage, to indicate there may be multiple OPTIONs
Jim Meyering
1
-1
/
+1
2008-06-27
base64: don't rely on feof returning 0/1
Jim Meyering
1
-1
/
+1
2008-06-16
remove redundant const directives
Jim Meyering
1
-1
/
+1
2008-06-14
add "const" attribute, where possible
Jim Meyering
1
-1
/
+2
2008-06-03
use gnulib's progname module
Jim Meyering
1
-4
/
+1
2008-06-02
declare program_name consistently
Jim Meyering
1
-1
/
+1
2008-06-01
src/base64.c: Improve comments.
Simon Josefsson
1
-2
/
+2
2008-05-26
convert the rest to use proper_name -- manually
Jim Meyering
1
-3
/
+3
2008-05-06
base64: remove some unused/redundant getopt code
Bo Borgerson
1
-3
/
+1
2008-05-05
base64 module: adjust API so it's compatible with gnulib's
Bo Borgerson
1
-1
/
+1
2007-07-23
Update all copyright notices to use the newer form.
Jim Meyering
1
-11
/
+9
2007-07-10
Change "version 2" to "version 3" in all copyright notices.
Jim Meyering
1
-1
/
+1
2007-06-23
Prefer "STREQ (a, b)" over "strcmp (a, b) == 0"; similar for != 0.
Jim Meyering
1
-2
/
+2
2007-03-28
Help translators include translation team's web or email address.
Jim Meyering
1
-1
/
+1
2007-01-04
[ChangeLog]
Jim Meyering
1
-10
/
+24
2006-07-14
(do_decode): Output to parameter OUT, not to stdout.
Paul Eggert
1
-1
/
+1
2006-03-05
Make `base64 --wrap=N' work for N=0, and for N larger than SIZE_MAX.
Jim Meyering
1
-15
/
+9
2006-02-27
(do_decode): Use correct type for parameter, ignore_garbage: s/size_t/bool/.
Jim Meyering
1
-1
/
+1
2006-02-27
(wrap_write): Correct declaration syntax: s/size_t * V/size_t *V/.
Jim Meyering
1
-1
/
+1
2006-02-27
Don't include .h files already included by system.h:
Jim Meyering
1
-8
/
+3
2006-02-27
*** empty log message ***
Jim Meyering
1
-0
/
+319