maint: update all copyright year number ranges
[platform/upstream/coreutils.git] / src / mkdir.c
2013-01-01 Jim Meyeringmaint: update all copyright year number ranges
2012-01-27 Jim Meyeringmaint: use single copyright year range
2012-01-09 Jim Meyeringmaint: src/*.c: change remaining quotes (without embedd...
2012-01-07 Jim Meyeringmaint: use new emit_try_help in place of equivalent...
2012-01-01 Jim Meyeringmaint: update all copyright year number ranges
2011-01-01 Jim Meyeringmaint: update all copyright year number ranges
2010-01-01 Jim Meyeringmaint: update all FSF copyright year lists to include...
2009-09-21 Pádraig Bradydoc: mention the texinfo documentation in --help
2009-08-25 Jim Meyeringglobal: convert indentation-TABs to spaces
2009-06-23 Jim Meyeringmaint: update all Copyright year lists to include 2009
2008-10-19 Jim Meyeringaccommodate gnulib header removals
2008-06-28 Jim Meyeringdoc: add "..." to Usage, to indicate there may be multi...
2008-06-16 Jim Meyeringremove redundant const directives
2008-06-14 Jim Meyeringadd "const" attribute, where possible
2008-06-03 Jim Meyeringuse gnulib's progname module
2008-06-02 Jim Meyeringdeclare program_name consistently
2008-05-26 Jim Meyeringconvert single-author programs to use proper_name
2008-03-25 Daniel Dunbarmkdir -Z x d: don't segfault when diagnosing invalid...
2008-03-10 Ondřej Vašíkinstall, rmdir: write --verbose output to stdout, not...
2008-02-07 Steven Schubigermkdir, split: write --verbose output to stdout, not...
2007-07-23 Jim MeyeringUpdate all copyright notices to use the newer form.
2007-07-10 Jim MeyeringChange "version 2" to "version 3" in all copyright...
2007-03-29 Jim Meyeringmkdir: Accept new "-Z, --context=C" option.
2007-03-28 Jim MeyeringMerge branch 'master' of /cu
2007-03-28 Jim MeyeringHelp translators include translation team's web or...
2006-10-07 Paul Eggert* src/install.c (make_ancestor): New arg COMPONENT.
2006-10-06 Paul EggertFix bug reported today by Mike Frysinger: mkdir -pv...
2006-09-16 Paul Eggert* NEWS: Document that mkdir -p and install -d now fork...
2006-09-03 Paul EggertDon't include dirname.h, since system.h does it now.
2006-07-17 Paul Eggert(struct mkdir_options): New struct.
2006-01-02 Paul EggertInclude lchmod.h.
2005-12-19 Jim Meyering(main) Avoid a minor race condition when `-m MODE'...
2005-06-14 Paul Eggert(create_parents): Remove static var (now local to ...
2005-06-14 Paul Eggert(main): Adjust to new make_dir_parents convention.
2005-06-14 Jim Meyeringtweak diagnostic wording: Use `... return to working...
2005-06-13 Jim Meyering(main): When make_dir_parents changes the current working
2005-06-02 Paul EggertDon't use "path" or "filename".
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-05-01 Paul Eggertmode_free -> free
2005-04-28 Paul Eggert(main): Adjust to new modechange API.
2005-04-22 Paul Eggert(main): Compile mode with MODE_MASK_ALL and initial...
2004-09-21 Paul EggertRemove unused "case 0".
2004-07-30 Paul Eggert(create_parents, main): Use bool when appropriate.
2004-06-21 Jim Meyering(main): Standardize on the diagnostics given when someo...
2004-01-21 Jim Meyering(usage): Use EXIT_SUCCESS, not 0, for clarity.
2003-10-18 Jim MeyeringMost .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS...
2003-09-18 Jim Meyering(WRITTEN_BY): Rename from AUTHORS.
2003-06-17 Jim Meyering(main): Call initialize_main.
2002-09-28 Jim MeyeringFix things so `mkdir -p' can create very deep directori...
2002-08-31 Jim MeyeringChange `exit (0)' to `exit (EXIT_SUCCESS)',
2002-08-30 Jim MeyeringChange `error (1, ...' to `error (EXIT_FAILURE, ...'.
2002-07-02 Jim Meyering(usage): Use the PACKAGE_BUGREPORT e-mail address,...
2001-12-02 Jim MeyeringUse new macros, HELP_OPTION_DESCRIPTION and VERSION_OPT...
2001-11-23 Jim Meyering(usage): Note that ``Mandatory arguments to long option...
2001-11-23 Jim MeyeringSplit usage strings so that --help and --version
2001-09-15 Jim Meyering(main): Don't strip trailing slashes; POSIX doesn't...
2001-05-12 Jim Meyering(strip_trailing_slashes): Remove declaration; now in...
2001-02-21 Jim Meyering(main): Remove assignment-in-if-expression.
2000-12-02 Jim Meyering(main): Remove any trailing slash unconditionally.
2000-11-18 Jim Meyering(main): When failing to create a directory, give only
2000-11-18 Jim Meyering(main): With --parents, remove any trailing slashes
2000-11-09 Jim MeyeringDo not set the permissions of the final directory
2000-11-05 Jim Meyering(main): Use make_dir instead of using mkdir directly.
2000-11-01 Jim Meyeringremove const attribute for PARENTS FILEUTILS-4_0_30
2000-11-01 Jim MeyeringFix bad typo! free the string, PARENTS, not the functi...
2000-10-31 Jim Meyering`mkdir -p' would create parent directories with permissions
2000-09-30 Jim Meyering(main): Rename local `symbolic_mode' to `specified_mode'.
2000-09-30 Jim Meyering(main): Don't set the umask to 0 and hand-apply
2000-09-08 Jim Meyering(S_IRWXUGO): Remove definition.
2000-08-08 Jim Meyering(main): Invoke xalloc_die instead of printing our own...
2000-07-30 Jim MeyeringConvert "`%s'" in format strings to "%s", and wrap...
2000-06-03 Jim MeyeringAllow -v as synonym for --verbose, to be consistent...
2000-05-13 Jim MeyeringArrange to call close_stdout only upon exit.
2000-04-26 Jim MeyeringRename global: s/path_mode/create_parents/.
1999-11-17 Jim Meyering(S_IRWXUGO): Define if necessary.
1999-05-07 Jim Meyering(main): Use better wording in diagnostic: `cannot
1999-04-26 Jim Meyering(main): Use proper mode_t types and macros.
1999-04-01 Jim Meyering(main): Qualify a char* with the `const' keyword.
1999-03-31 Jim MeyeringDon't include closeout.h or version-etc.h explicitly...
1999-03-26 Jim MeyeringNo longer include long-options.h.
1999-03-04 Jim MeyeringInclude long-options.h
1999-02-16 Jim Meyeringupdate copyright dates
1999-01-16 Jim Meyering(usage): Don't make it static so that it can be called...
1998-09-19 Jim Meyeringupdate bug-reporting address
1998-08-30 Jim Meyering(longopts): Use corresponding short-option character
1998-01-04 Jim Meyering(main, usage): Check for write error to stdout before...
1997-10-07 Jim Meyeringupdate bug-reporting address
1997-02-09 Jim Meyeringupdate copyrights for 1997
1997-02-01 Jim Meyeringbracket bug address with <> and append a period
1997-02-01 Jim MeyeringCompare getopt_long return value against -1, not EOF...
1996-11-23 Jim Meyering(usage): Alphabetize option descriptions the way sort...
1996-11-03 Jim Meyeringchange bug-reporting address
1996-11-02 Jim Meyeringchange bug-reporting address
1996-10-05 Jim Meyering(main): update --version output to conform to coding...
1996-10-04 Jim Meyering(main): update --version output to conform to coding...
1996-08-31 Jim Meyering(usage): remove spurious trailing \n in puts.
1996-08-29 Jim Meyering(usage): Tell where to report bugs.
1996-04-25 Jim Meyering(main): Use verbose_fmt_string, not string literal in
1996-04-24 Jim Meyeringupdate Copyright years for 1996
next