swh:1:snp:9ca9e75279df5f4e3fee19bf5190ed672dcdfb33
Name Target Message Date
HEAD 0404c9a autoupdate 01 March 2018, 16:26:50 UTC
refs/heads/EMACS_21_1_RC 468b617 (GET_CHAR_BEFORE_2): Fix for the case that the previous char is eight-bit-graphic. (re_search_2): Likewise. 16 January 2003, 01:44:22 UTC
refs/heads/FILEUTILS 288a166 GNU file utilities 06 November 1994, 17:47:07 UTC
refs/heads/SHELLUTILS 7938c50 GNU shell utilities 08 October 1994, 00:26:58 UTC
refs/heads/TEXTUTILS cca11fd GNU text utilities 24 June 1995, 21:53:00 UTC
refs/heads/akim-fix-upload c50af77 maint.mk: fix strict vs. lazy variable issues with RELEASE * top/maint.mk (equal): New function. (member_check): Strip the result to avoid spurious spaces. (url_dir_list): Do not use ifeq, which is strict, as it will require RELEASE_TYPE to be defined. (announcement_Cc_, announcement_mail_headers_): Likewise: instead of relying on ifeq, use $(release_type) to dispatch (lazily) onto... (announcement_Cc_alpha,announcement_mail_headers_alpha) (announcement_Cc_beta,announcement_mail_headers_beta) (announcement_Cc_stable,announcement_mail_headers_stable): these. (release): Do not depend on $(release-type), as it forces its evaluation. Bounce to it. 25 September 2012, 10:19:04 UTC
refs/heads/akim/relpath 131873d relpath: do not depend on xalloc.h. Suggested by Bruno Haible. * lib/relpath.c (convert_abs_rel): Embrace malloc failures. Simplify some conditionals. * lib/relpath.h: Adjust the documentation. * modules/relpath (Depends-on): Remove xalloc. 18 June 2012, 09:41:32 UTC
refs/heads/coreutils-8.9 fa6be5b git-version-gen: avoid a sub-shell * build-aux/git-version-gen: Redirect stderr in `...` via "exec 2>...", rather than via an added sub-shell. 04 January 2011, 08:47:49 UTC
refs/heads/diff-merge 1d8451a Actually use the EQUAL macro. 21 December 2006, 20:09:09 UTC
refs/heads/emacs-unicode 4c63eca (re_search_2): Fix last change. 02 June 2003, 18:28:46 UTC
refs/heads/emacs-unicode-2 454fd89 *** empty log message *** 08 September 2003, 12:48:12 UTC
refs/heads/haible-private 6465ba8 (iconv_alloc): Realloc the final result, to throw away unused memory. 05 September 2006, 11:56:40 UTC
refs/heads/karl 7b662fb . 03 June 2000, 08:36:49 UTC
refs/heads/lexbind 6ee66df Update from trunk. 04 April 2003, 06:21:03 UTC
refs/heads/master 0404c9a autoupdate 01 March 2018, 16:26:50 UTC
refs/heads/origin 692e80d New module 'areadlink'. 18 September 2007, 22:04:19 UTC
refs/heads/pygnulib 6ce7367 Merge branch 'master' of ssh://git.savannah.gnu.org:/srv/git/gnulib into pygnulib 08 September 2017, 17:55:47 UTC
refs/heads/python fdd742b minor code cleanup 10 February 2018, 16:01:32 UTC
refs/heads/topic/libposix 10c1e9d manual merge 06 May 2011, 15:15:59 UTC
refs/heads/ueno/unicode-9.0.0 ed0bf5d libunistring: update to Unicode 9.0.0 * lib/gen-uni-tables.c (fill_properties): Recognize Sentence_Terminal and Prepended_Concatenation_Mark. (is_property_default_ignorable_code_point): Exclude U+08E2. (fill_arabicshaping): Allow missing whitespace when parsing; recognize "AFRICAN FEH", "AFRICAN QAF", and "AFRICAN MOON". (output_blocks): Increase the element size of the level1 table to accommodate more blocks. (get_lbp): Recognize ZWJ, E_Base, and E_Modifier characters; Update each class according to the standard. (get_wbp): Recognize ZWJ, E_Base, E_Modifier, Glue_After_Zwj, and E_Base_GAZ characters. (output_gbp_table): Recognize ZWJ, E_Base, E_Modifier, Glue_After_Zwj, and E_Base_GAZ characters. * lib/unictype.in.h (UC_JOINING_GROUP_AFRICAN_FEH, UC_JOINING_GROUP_AFRICAN_QAF, UC_JOINING_GROUP_AFRICAN_MOON): New enum value. * lib/unilbrk/lbrktables.h (LBP_ZWJ, LBP_EB, LBP_EM): New enum value. * lib/unilbrk/lbrktables.c (unilbrk_table): Extend the table with LBP_ZWJ, LBP_EB, and LBP_EM. * lib/uniwbrk.in.h (WBP_ZWJ, WBP_EB, WBP_EM, WBP_GAZ, WBP_EBG): New enum value. * lib/uniwbrk/u-wordbreaks.h: Implement WB3c, WB15, and WB16. * lib/uniwbrk/wbrktable.h (uniwbrk_prop_index): New variable declaration. * lib/uniwbrk/wbrktable.c (uniwbrk_prop_index): New variable. (uniwbrk_table): Implement WB14. * tests/uniwbrk/test-uc-wordbreaks.c (wordbreakproperty_to_string): Check WBP_ZWJ, WBP_EB, WBP_EM, WBP_GAZ, and WBP_EBG. * modules/unigbrk/u{32,16,8}-grapheme-breaks: No longer depend on uc-is-grapheme-break. * modules/unigbrk/uc-grapheme-breaks: New module. * modules/unigbrk/uc-grapheme-breaks-tests: New module. * lib/unigbrk.in.h (GBP_ZWJ, GBP_EB, GBP_EM, GBP_GAZ, GBP_EBG): New enum value. (uc_grapheme_breaks): New function, replacing uc_is_grapheme_break. * lib/unigbrk/u-grapheme-breaks.h: New file. * lib/unigbrk/u{32,16,8}-grapheme-breaks.c: Rewrite using u-grapheme-breaks.h instead of uc_is_grapheme_break. * lib/unigbrk/uc-grapheme-breaks.c: New file. * lib/unigbrk/uc-is-grapheme-break.c: Partially update to TR29 rev 29. * tests/unigbrk/test-uc-gbrk-prop.c (graphemebreakproperty_to_string): Check GBP_ZWJ, GBP_EB, GBP_EM, GBP_GAZ, and GBP_EBG. * tests/unigbrk/test-uc-grapheme-breaks.c: New test. * tests/unigbrk/test-uc-is-grapheme-break.c (graphemebreakproperty_to_string): Check GBP_ZWJ, GBP_EB, GBP_EM, GBP_GAZ, and GBP_EBG. (main): Skip unsupported rules involving 3 or more characters, namely GB10, GB12, and GB13. * lib/uniwidth/width.c (nonspacing_table_data): Update. 12 October 2016, 15:40:37 UTC
refs/tags/CPPI-1_10 4b04864 (__attribute__): Define it to be empty for compilers that don't support that syntax. 14 July 2001, 19:47:20 UTC
refs/tags/CPPI-1_8 3fbade5 Check for strtol. Mainly as a cue to cause automake to include strtol.c -- that file is included by each of strtoul.c and strtoull.c. Check for limits.h -- strtol.c needs it. 06 December 2000, 11:06:39 UTC
refs/tags/CPPI-1_9 4dceade update from libc 18 June 2001, 08:01:38 UTC
refs/tags/EMACS_20_2 f5edf8a Whitespace change. 06 August 1997, 06:31:13 UTC
refs/tags/EMACS_20_4 34755e3 (re_match_2_internal) [WINDOWSNT & emacs]: Insert QUIT at various places. 19 January 1999, 03:24:03 UTC
refs/tags/EMACS_21_1 b03fe9f (malloc, realloc, free) [emacs]: Undefine before redefining, to avoid compiler warnings. 12 May 2001, 10:52:38 UTC
refs/tags/EMACS_21_3 468b617 (GET_CHAR_BEFORE_2): Fix for the case that the previous char is eight-bit-graphic. (re_search_2): Likewise. 16 January 2003, 01:44:22 UTC
refs/tags/EMACS_PRETEST_21_0_103 d0836e8 (mutually_exclusive_p): Add missing `break' at the end of `charset' processing. 25 January 2001, 01:44:54 UTC
refs/tags/EMACS_PRETEST_21_0_95 16816fd (re_iswctype, re_wctype_to_bit): Fix braino. (regex_compile): Catch bogus \(\1\). 30 October 2000, 15:20:17 UTC
refs/tags/EMACS_PRETEST_21_2_93 c8498b2 (__restrict_arr): Do not redefine it if already defined. 30 September 2002, 08:07:42 UTC
refs/tags/FILEUTILS-3_10 c3b3569 GNU file utilities 05 November 1994, 13:34:33 UTC
refs/tags/FILEUTILS-3_11 e9ab2ae GNU file utilities 06 November 1994, 17:40:12 UTC
refs/tags/FILEUTILS-3_12 288a166 GNU file utilities 06 November 1994, 17:47:07 UTC
refs/tags/FILEUTILS-3_12a c89f48f Include config.h. Define bcopy to memcpy if possible. 09 August 1995, 05:15:31 UTC
refs/tags/FILEUTILS-3_12f 4174132 New version from glibc. 03 November 1995, 20:02:00 UTC
refs/tags/FILEUTILS-3_12g 9ac91c3 . 19 December 1995, 04:25:24 UTC
refs/tags/FILEUTILS-3_12j bce6e94 . 12 March 1996, 04:14:47 UTC
refs/tags/FILEUTILS-3_12l 3751b3e (basename): Rewrite so it doesn't rely on strrchr, and hence doesn't need to include string.h -- on some alpha-based OSF systems, there's a conflicting prototype for basename in string.h. Reported by Kaveh Ghazi. 19 April 1996, 04:41:27 UTC
refs/tags/FILEUTILS-3_12m 1c23138 (find_backup_file_name): Constify decls of formal parameters. 24 April 1996, 04:29:00 UTC
refs/tags/FILEUTILS-3_12r 611f228 (strndup): Include stdio.h and sys/types.h to get definition of NULL and size_t on SunOS4.1.3. 03 July 1996, 03:59:02 UTC
refs/tags/FILEUTILS-3_12s 88e9d79 . 06 July 1996, 21:55:23 UTC
refs/tags/FILEUTILS-3_13 1fead1b use latest from gettext-0.10.23 11 July 1996, 03:57:04 UTC
refs/tags/FILEUTILS-3_13c f646bc4 (ENABLE_NLS): Include libintl.h and define _ to gettext. 02 September 1996, 16:18:48 UTC
refs/tags/FILEUTILS-3_13f 0b6856f (path_concat): Use K&R style function definition. 01 October 1996, 01:09:07 UTC
refs/tags/FILEUTILS-3_13g c062de8 . 02 October 1996, 02:57:29 UTC
refs/tags/FILEUTILS-3_13h 365edb5 (EXTRA_DIST): Remove group-member.c. Add (temporary hack to work around bug in automake-1.1f) mvdir.c and rmdir.c. 22 October 1996, 04:51:44 UTC
refs/tags/FILEUTILS-3_13j 363bfb7 (noinst_LIBRARIES): Rename to lib?u.a as per new automake requirement. Rename ?u_* variables to lib?u_a_*. 08 December 1996, 13:28:43 UTC
refs/tags/FILEUTILS-3_13k cf10390 (EXTRA_DIST): Add strftime.c to appease automake. Although it's not used yet, it'll be used by ls's (to-be-done) --format=FORMAT option. 11 December 1996, 04:34:37 UTC
refs/tags/FILEUTILS-3_14b 52c6168 . 03 January 1997, 03:24:22 UTC
refs/tags/FILEUTILS-3_16g 331683f s/HAVE_DECLARATION_/HAVE_DECL_/. 14 December 1997, 15:15:07 UTC
refs/tags/FILEUTILS-3_16h bb94db1 (_GNU_SOURCE): Define only if not already defined. 25 December 1997, 17:44:08 UTC
refs/tags/FILEUTILS-3_16i 9af5c92 (make_path): Try to change ownership only if we've just created the directory. Fix latent bug (s/&&/||/ in two places -- also, note that it could not be exercised via install or mkdir) whereby chown would not be invoked when only one of owner/group is not -1. 02 January 1998, 23:15:39 UTC
refs/tags/FILEUTILS-3_16j d73977d . 04 January 1998, 22:46:40 UTC
refs/tags/FILEUTILS-3_16k 96b34d0 . 11 January 1998, 09:14:29 UTC
refs/tags/FILEUTILS-3_16l 48233dc . 25 January 1998, 21:20:53 UTC
refs/tags/FILEUTILS-3_16m 23fa298 revert most of last delta, but leave cppi/copyright changes 22 February 1998, 08:21:07 UTC
refs/tags/FILEUTILS-3_16n 3918a2d . 15 March 1998, 20:36:02 UTC
refs/tags/FILEUTILS-3_16p f88ac7e . 25 May 1998, 03:41:02 UTC
refs/tags/FILEUTILS-3_16q ff8b01f (read_filesystem_list) [MOUNTED_GETMNTENT2]: Always close stream and file descriptor before returning. 30 June 1998, 03:56:57 UTC
refs/tags/FILEUTILS-3_16r 1313ded add warning 04 July 1998, 04:07:55 UTC
refs/tags/FILEUTILS-3_16s b18868d . 25 July 1998, 15:28:41 UTC
refs/tags/FILEUTILS-3_16t 9fb5802 update from glibc 07 August 1998, 12:54:51 UTC
refs/tags/FILEUTILS-3_16u d0a6f4f *** empty log message *** 16 August 1998, 03:56:15 UTC
refs/tags/FILEUTILS-3_16v 883c993 . 30 August 1998, 03:20:13 UTC
refs/tags/FILEUTILS-3_16w 34b298f . 07 September 1998, 17:03:50 UTC
refs/tags/FILEUTILS-3_16x c6eaa6f (oatoi): declare arg to be const 09 September 1998, 15:39:13 UTC
refs/tags/FILEUTILS-3_16z 6aa6322 Protect against multiple inclusion. From Akim Demaille. 27 September 1998, 17:44:49 UTC
refs/tags/FILEUTILS-3_4 d204e1f GNU file utilities 31 October 1992, 20:42:49 UTC
refs/tags/FILEUTILS-3_4_1 07fc059 GNU file utilities 28 March 1993, 19:25:12 UTC
refs/tags/FILEUTILS-3_4_6 00c3a81 GNU file utilities 07 April 1993, 04:52:01 UTC
refs/tags/FILEUTILS-3_4_7 19c6a34 GNU file utilities 13 April 1993, 20:29:32 UTC
refs/tags/FILEUTILS-3_4_8 7201bd7 GNU file utilities 19 April 1993, 00:21:05 UTC
refs/tags/FILEUTILS-3_5 1032082 GNU file utilities 22 April 1993, 03:10:47 UTC
refs/tags/FILEUTILS-3_5_2 c411715 GNU file utilities 02 May 1993, 21:32:34 UTC
refs/tags/FILEUTILS-3_5_4 a73c9d8 GNU file utilities 13 May 1993, 01:09:14 UTC
refs/tags/FILEUTILS-3_5_5 9528d5a GNU file utilities 22 May 1993, 02:01:31 UTC
refs/tags/FILEUTILS-3_8_1 395587a GNU file utilities 05 August 1993, 02:16:29 UTC
refs/tags/FILEUTILS-3_8_2 d49260b GNU file utilities 26 August 1993, 04:21:55 UTC
refs/tags/FILEUTILS-3_8_3 57227f6 GNU file utilities 27 August 1993, 04:39:38 UTC
refs/tags/FILEUTILS-3_8_3a d507150 GNU file utilities 06 October 1993, 00:13:56 UTC
refs/tags/FILEUTILS-3_8_3b 92a0e35 merge with 3.8.3b 06 October 1993, 16:44:42 UTC
refs/tags/FILEUTILS-3_8_3c ab17ea4 GNU file utilities 06 October 1993, 23:48:43 UTC
refs/tags/FILEUTILS-3_8_3d c7320cc GNU file utilities 08 October 1993, 00:46:11 UTC
refs/tags/FILEUTILS-3_8_4 68d1d44 GNU file utilities 09 October 1993, 19:43:03 UTC
refs/tags/FILEUTILS-3_8_4b 652deb1 GNU file utilities 12 October 1993, 04:23:05 UTC
refs/tags/FILEUTILS-3_8_4f ab94b6c GNU file utilities 12 October 1993, 20:12:59 UTC
refs/tags/FILEUTILS-3_8_4g ad7c2aa GNU file utilities 17 October 1993, 22:28:16 UTC
refs/tags/FILEUTILS-3_9 95ed018 GNU file utilities 18 October 1993, 01:58:28 UTC
refs/tags/FILEUTILS-3_9a 1e5d680 GNU file utilities 26 October 1993, 20:22:25 UTC
refs/tags/FILEUTILS-3_9b c350c27 GNU file utilities 17 December 1993, 23:06:39 UTC
refs/tags/FILEUTILS-3_9c c56261a GNU file utilities 26 January 1994, 18:40:49 UTC
refs/tags/FILEUTILS-3_9d aee34fb GNU file utilities 01 July 1994, 19:45:39 UTC
refs/tags/FILEUTILS-3_9e d29b6e1 GNU file utilities 30 July 1994, 18:12:17 UTC
refs/tags/FILEUTILS-3_9f d086d09 GNU file utilities 19 August 1994, 22:32:41 UTC
refs/tags/FILEUTILS-3_9h 80b012a GNU file utilities 02 October 1994, 05:35:03 UTC
refs/tags/FILEUTILS-3_9i 956d24b GNU file utilities 08 October 1994, 02:31:08 UTC
refs/tags/FILEUTILS-3_9j decde3e GNU file utilities 08 October 1994, 16:45:32 UTC
refs/tags/FILEUTILS-3_9k f3de356 GNU file utilities 08 October 1994, 17:15:23 UTC
refs/tags/FILEUTILS-3_9o f2a19cd GNU file utilities 09 October 1994, 05:51:41 UTC
refs/tags/FILEUTILS-3_9s 88c76a2 GNU file utilities 20 October 1994, 16:09:53 UTC
back to top