- 02 Mar, 2015 1 commit
-
-
Ben Walton authored
Sun Studio on Solaris issues warnings about improper initialization values being used when defining tolower_trans_tbl[] in ctype.c. The array wants to store values with high-bit set and treat them as values between 128 to 255. Unlike the rest of the Git codebase where we explicitly specify 'unsigned char' for such variables and arrays, however, kwset code we borrowed from elsewhere uses 'char' for this and other variables. Fix the declarations to explicitly use 'unsigned char' where necessary to bring it in line with the rest of the Git. Signed-off-by:
Ben Walton <bdwalton@gmail.com> Signed-off-by:
Junio C Hamano <gitster@pobox.com>
-
- 22 Jul, 2013 1 commit
-
-
Ondřej Bílka authored
Signed-off-by:
Ondřej Bílka <neleai@seznam.cz> Signed-off-by:
Junio C Hamano <gitster@pobox.com>
-
- 12 Apr, 2013 1 commit
-
-
Stefano Lattarini authored
Correct spelling mistakes noticed using Lucas De Marchi's codespell tool. Signed-off-by:
Stefano Lattarini <stefano.lattarini@gmail.com> Signed-off-by:
Jonathan Nieder <jrnieder@gmail.com> Acked-by:
Matthieu Moy <Matthieu.Moy@imag.fr> Signed-off-by:
Junio C Hamano <gitster@pobox.com>
-
- 11 Sep, 2011 1 commit
-
-
Ramsay Jones authored
Signed-off-by:
Ramsay Jones <ramsay@ramsay1.demon.co.uk> Signed-off-by:
Junio C Hamano <gitster@pobox.com>
-
- 29 Aug, 2011 1 commit
-
-
Fredrik K authored
i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1, SunOS 5.10, and possibly others do not have exit.h and exitfail.h. Remove the use of these in obstack.c. The __block variable was renamed to block to avoid a gcc error: compat/obstack.h:190: error: __block attribute can be specified on variables only Initial-patch-by:
David Aguilar <davvid@gmail.com> Reported-by:
Brian Gernhardt <brian@gernhardtsoftware.com> Signed-off-by:
Fredrik Kuivinen <frekui@gmail.com> Acked-by:
David Aguilar <davvid@gmail.com> Signed-off-by:
Junio C Hamano <gitster@pobox.com>
-
- 21 Aug, 2011 2 commits
-
-
Fredrik K authored
Signed-off-by:
Fredrik Kuivinen <frekui@gmail.com> Signed-off-by:
Junio C Hamano <gitster@pobox.com>
-
Fredrik K authored
kwset.c and kwset.h have been copied unmodified from commit e7ac713d^ in the GNU grep git repository (this is the last commit in the repository licensed under GPLv2). Signed-off-by:
Fredrik Kuivinen <frekui@gmail.com> Signed-off-by:
Junio C Hamano <gitster@pobox.com>
-