summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-03-30*** empty log message ***Jim Meyering
2006-03-28*** empty log message ***Jim Meyering
2006-03-28(General options in ptx): Undocument --copyright.Jim Meyering
2006-03-28*** empty log message ***Jim Meyering
2006-03-28(usage): Remove mention of --copyright/-C.Jim Meyering
2006-03-28deprecate ptx's --copyright (-C) optionJim Meyering
2006-03-27*** empty log message ***Jim Meyering
2006-03-27(dirname invocation): Macro in previous patch was too broad.Jim Meyering
2006-03-27version: 5.94Jim Meyering
2006-03-27.Jim Meyering
2006-03-27(uptime_LDADD): Add $(POW_LIB), for uptime's use of strtod.Jim Meyering
2006-03-27*** empty log message ***Jim Meyering
2006-03-26.Jim Meyering
2006-03-26*** empty log message ***Jim Meyering
2006-03-26(gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.Jim Meyering
2006-03-26(FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.Jim Meyering
2006-03-26new file from Eric BlakeJim Meyering
2006-03-26*** empty log message ***Jim Meyering
2006-03-26(base_name): New semantics - malloc the result.Jim Meyering
2006-03-26(dir_len): Determine when drive letters need a subsequent slash.Jim Meyering
2006-03-26(FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.Jim Meyering
2006-03-26(strip_trailing_slashes): Use last_component, not base_name.Jim Meyering
2006-03-26(file_name_concat): s/base_name/last_component/Jim Meyering
2006-03-26(check_extension, numbered_backup): s/base_name/last_component/Jim Meyering
2006-03-26(same_name): s/base_name/last_component/Jim Meyering
2006-03-26(basename invocation, dirname invocation):Jim Meyering
2006-03-26*** empty log message ***Jim Meyering
2006-03-26*** empty log message ***Jim Meyering
2006-03-26(log_su, run_shell): Use new last_component, in place of base_name.Jim Meyering
2006-03-26(next_file_name): Use new last_component, in place of base_name.Jim Meyering
2006-03-26(wipename): Use new last_component, in place of base_name.Jim Meyering
2006-03-26(rm_1): Use new last_component, in place of base_name.Jim Meyering
2006-03-26(target_directory_operand, movefile): Use new last_component, in place of bas...Jim Meyering
2006-03-26(basename_is_dot_or_dotdot): Use new last_component, in place of base_name.Jim Meyering
2006-03-26(target_directory_operand, main): Use new last_component, in place of base_name.Jim Meyering
2006-03-26(target_directory_operand, install_file_in_dir): Use new last_component, in p...Jim Meyering
2006-03-26(guess_shell_syntax): Use new last_component.Jim Meyering
2006-03-26(target_directory_operand): Use new last_component.Jim Meyering
2006-03-26(main): Don't strip suffix from file system roots.Jim Meyering
2006-03-26Improvements to dirname/basename handling on platforms likeJim Meyering
2006-03-26(AC_CONFIG_FILES): Remove tests/basename.Jim Meyering
2006-03-26.Jim Meyering
2006-03-26remove this entire directoryJim Meyering
2006-03-26remove this entire directoryJim Meyering
2006-03-26(SUBDIRS): Remove basename.Jim Meyering
2006-03-26(TESTS): Sort. Add basename, dirname.Jim Meyering
2006-03-26new file -- from Eric BlakeJim Meyering
2006-03-26Move to ../misc/basenameJim Meyering
2006-03-26Moved from ../basename/basic.Jim Meyering
2006-03-25(gl_REGEX): Fix a longstanding typo in thePaul Eggert