Unlocalized isspace and friends

Do our own ctype.h, just to get the sane semantics: we want
locale-independence, _and_ we want the right signed behaviour. Plus we
only use a very small subset of ctype.h anyway (isspace, isalpha,
isdigit and isalnum).

Signed-off-by: Junio C Hamano <junkio@cox.net>
16 files changed
tree: 873d8e5652c06c3891278f33546c437efc209c2d
  1. arm/
  2. compat/
  3. debian/
  4. Documentation/
  5. mozilla-sha1/
  6. ppc/
  7. t/
  8. templates/
  9. .gitignore
  10. apply.c
  11. blob.c
  12. blob.h
  13. cache.h
  14. cat-file.c
  15. checkout-index.c
  16. clone-pack.c
  17. cmd-rename.sh
  18. commit-tree.c
  19. commit.c
  20. commit.h
  21. config.c
  22. connect.c
  23. convert-objects.c
  24. COPYING
  25. count-delta.c
  26. count-delta.h
  27. csum-file.c
  28. csum-file.h
  29. ctype.c
  30. daemon.c
  31. date.c
  32. delta.h
  33. diff-delta.c
  34. diff-files.c
  35. diff-index.c
  36. diff-stages.c
  37. diff-tree.c
  38. diff.c
  39. diff.h
  40. diffcore-break.c
  41. diffcore-order.c
  42. diffcore-pathspec.c
  43. diffcore-pickaxe.c
  44. diffcore-rename.c
  45. diffcore.h
  46. entry.c
  47. environment.c
  48. epoch.c
  49. epoch.h
  50. fetch-pack.c
  51. fetch.c
  52. fetch.h
  53. fsck-objects.c
  54. get-tar-commit-id.c
  55. git-add.sh
  56. git-am.sh
  57. git-applymbox.sh
  58. git-applypatch.sh
  59. git-archimport.perl
  60. git-bisect.sh
  61. git-branch.sh
  62. git-checkout.sh
  63. git-cherry.sh
  64. git-clone.sh
  65. git-commit.sh
  66. git-core.spec.in
  67. git-count-objects.sh
  68. git-cvsimport.perl
  69. git-diff.sh
  70. git-fetch.sh
  71. git-findtags.perl
  72. git-fmt-merge-msg.perl
  73. git-format-patch.sh
  74. git-grep.sh
  75. git-log.sh
  76. git-ls-remote.sh
  77. git-merge-octopus.sh
  78. git-merge-one-file.sh
  79. git-merge-recursive.py
  80. git-merge-resolve.sh
  81. git-merge-stupid.sh
  82. git-merge.sh
  83. git-octopus.sh
  84. git-parse-remote.sh
  85. git-prune.sh
  86. git-pull.sh
  87. git-push.sh
  88. git-rebase.sh
  89. git-relink.perl
  90. git-rename.perl
  91. git-repack.sh
  92. git-request-pull.sh
  93. git-reset.sh
  94. git-resolve.sh
  95. git-revert.sh
  96. git-send-email.perl
  97. git-sh-setup.sh
  98. git-shortlog.perl
  99. git-status.sh
  100. git-tag.sh
  101. git-verify-tag.sh
  102. git-whatchanged.sh
  103. git.sh
  104. gitk
  105. gitMergeCommon.py
  106. hash-object.c
  107. http-fetch.c
  108. ident.c
  109. index-pack.c
  110. index.c
  111. init-db.c
  112. INSTALL
  113. local-fetch.c
  114. ls-files.c
  115. ls-tree.c
  116. mailinfo.c
  117. mailsplit.c
  118. Makefile
  119. merge-base.c
  120. merge-index.c
  121. mktag.c
  122. object.c
  123. object.h
  124. pack-check.c
  125. pack-objects.c
  126. pack.h
  127. patch-delta.c
  128. patch-id.c
  129. path.c
  130. peek-remote.c
  131. pkt-line.c
  132. pkt-line.h
  133. prune-packed.c
  134. quote.c
  135. quote.h
  136. read-cache.c
  137. read-tree.c
  138. README
  139. receive-pack.c
  140. refs.c
  141. refs.h
  142. rev-list.c
  143. rev-parse.c
  144. rsh.c
  145. rsh.h
  146. run-command.c
  147. run-command.h
  148. send-pack.c
  149. server-info.c
  150. setup.c
  151. sha1_file.c
  152. sha1_name.c
  153. show-branch.c
  154. show-index.c
  155. ssh-fetch.c
  156. ssh-pull.c
  157. ssh-push.c
  158. ssh-upload.c
  159. strbuf.c
  160. strbuf.h
  161. stripspace.c
  162. symbolic-ref.c
  163. tag.c
  164. tag.h
  165. tar-tree.c
  166. test-date.c
  167. test-delta.c
  168. tree.c
  169. tree.h
  170. unpack-file.c
  171. unpack-objects.c
  172. update-index.c
  173. update-ref.c
  174. update-server-info.c
  175. upload-pack.c
  176. usage.c
  177. var.c
  178. verify-pack.c
  179. write-tree.c