[go: nahoru, domu]

  1. ee5074d Merge pull request #12 from finnoleary/fix-missing-funcdefs by Connor Lane Smith · 6 years ago master
  2. c7812d1 Add missing function definitions (utfecpy, runestrecpy) by Finn O'leary · 6 years ago
  3. ff4c606 update licence by Connor Lane Smith · 8 years ago
  4. b17614b add .gitattributes for C header files by Connor Lane Smith · 8 years ago
  5. 60a0b75 Merge pull request #10 from richardipsum/awk-avoid-length by Connor Lane Smith · 8 years ago
  6. 1a94efe avoid use of length() function by Richard Ipsum · 8 years ago
  7. bd0e557 Merge pull request #9 from SametSisartenep/master by Connor Lane Smith · 8 years ago
  8. 72eaffc Update to Unicode 9.0.0 by SametSisartenep · 8 years ago
  9. 277988f update boundary tests for new behaviour by Connor Lane Smith · 8 years ago
  10. 08f4c6a fix build by Connor Lane Smith · 8 years ago
  11. 26b2f9c rune validity checks by Connor Lane Smith · 8 years ago
  12. bbc8861 utflen: fix possible misuse of p by Connor Lane Smith · 8 years ago
  13. e023c9a fix messy whitespace by Connor Lane Smith · 8 years ago
  14. 7c68fde split src into utf, runestr, runetype by Connor Lane Smith · 8 years ago
  15. d24f27b fix build: utfnlen must keep len and mustn't return early by Connor Lane Smith · 8 years ago
  16. 1056250 fullrune: style fix by Connor Lane Smith · 8 years ago
  17. 15bc0d3 utfnlen: add proper len checks by Connor Lane Smith · 8 years ago
  18. d56dda5 chartorune: use comma operator to set *p and return by Connor Lane Smith · 8 years ago
  19. 749e3a0 split out functions depending on lookup table (utftab) by Connor Lane Smith · 8 years ago
  20. d4acc61 unmacro runestrcat, runestrcmp, runestrcpy by Connor Lane Smith · 8 years ago
  21. 6ba8eea runelen: no clever stuff by Connor Lane Smith · 8 years ago
  22. f718f81 chartorune: simplify cases by Connor Lane Smith · 8 years ago
  23. ce4eaac runelen: simplify and explain by Connor Lane Smith · 8 years ago
  24. ab8c15c update licence by Connor Lane Smith · 8 years ago
  25. 1b1d7d4 chartorune, runetochar: do it in octal by Connor Lane Smith · 8 years ago
  26. b9fc7de fix runes at int32_t by Connor Lane Smith · 8 years ago
  27. acd90dd charntorune: check still needed for len=2 by Connor Lane Smith · 8 years ago
  28. 7b8c1de update Runemax by Connor Lane Smith · 8 years ago
  29. 06494ab remove runetochar length cap by Connor Lane Smith · 8 years ago
  30. 3a37ebe simplify chartorune control flow by Connor Lane Smith · 8 years ago
  31. 4b10076 fix fullrune overstep by Connor Lane Smith · 8 years ago
  32. da7389b clean up .gitignore by Connor Lane Smith · 8 years ago
  33. aacd8e4 fix test suite by Connor Lane Smith · 8 years ago
  34. 119bad8 remove API extensions by Connor Lane Smith · 8 years ago
  35. 65f0f74 update test suite by Connor Lane Smith · 8 years ago
  36. fceccfe switch to 'fail early' behaviour by Connor Lane Smith · 8 years ago
  37. dd2c9a3 use char32_t in C++11, uint_least32_t otherwise by Connor Lane Smith · 9 years ago
  38. 0bf2f34 chartorune: halve lookup table by Connor Lane Smith · 9 years ago
  39. ad46e69 lookup table for chartorune, optimise fullrune by Connor Lane Smith · 9 years ago
  40. b615a2e Merge pull request #7 from geoff-codes/UnicodeData-8.0.0 by Connor Lane Smith · 9 years ago
  41. 8c0188a Update UnicodeData.txt from Unicode 8.0.0 UCD. by Geoff Nixon · 9 years ago
  42. 073265b add .gitattributes by Connor Lane Smith · 9 years ago
  43. 0f45d09 simplify utfrune, utfutf by Connor Lane Smith · 9 years ago
  44. 89d4832 add runewidth by Connor Lane Smith · 9 years ago
  45. 4310117 support c99/c11 features according to availability by Connor Lane Smith · 9 years ago
  46. 2c82f25 some minor tweaks by Connor Lane Smith · 9 years ago
  47. 98e9fc1 charntorune may take null rune ptr; macro fullrune by Connor Lane Smith · 9 years ago
  48. fec59b6 macro chartorune, runestrcat, runestrcmp, runestrcpy by Connor Lane Smith · 9 years ago
  49. 357ded5 separate libfmt from libutf by Connor Lane Smith · 9 years ago
  50. c558208 fix build by Connor Lane Smith · 9 years ago
  51. a366015 Merge commit '2502b1d0e84f19508aae6aaae8c79666d986e396' by Connor Lane Smith · 9 years ago
  52. 2502b1d Add iscombiningrune function, to identify combining marks by njw · 11 years ago
  53. 87b944e separate runetypebody.h from runetype.h by Connor Lane Smith · 9 years ago
  54. 5525ede fix test/malformed test output by Connor Lane Smith · 9 years ago
  55. 4787d04 fix isxdigitrune, simplify isprintrune by Connor Lane Smith · 9 years ago
  56. 00f8195 reintroduce runetype.c by Connor Lane Smith · 9 years ago
  57. 3a37a68 rename runetype.i to runetype.h by Connor Lane Smith · 9 years ago
  58. 24c2adc extract templating logic from mkrunetype.awk by Connor Lane Smith · 9 years ago
  59. 0fe8ec7 move internal header runetype.h into src/ by Connor Lane Smith · 9 years ago
  60. 8b8eeb1 UTF-8-test.txt superseded by test suite by Connor Lane Smith · 9 years ago
  61. 66a6edf add test/illegal by Connor Lane Smith · 9 years ago
  62. 3e375a0 add test/overlong by Connor Lane Smith · 9 years ago
  63. 8f567c0 fix fgetrunestr EOF case by Connor Lane Smith · 9 years ago
  64. 0ac8b9d add fgetrunestr, fputrunestr by Connor Lane Smith · 9 years ago
  65. 8aa76ad update README by Connor Lane Smith · 9 years ago
  66. 580d706 refactor test/malformed by Connor Lane Smith · 9 years ago
  67. 4fa38d3 add test/malformed by Connor Lane Smith · 9 years ago
  68. ad2224a refactor test/boundary by Connor Lane Smith · 9 years ago
  69. 1f86640 do not treat valid noncharacters as errors by Connor Lane Smith · 9 years ago
  70. ff8ffc4 add boundary tests by Connor Lane Smith · 9 years ago
  71. 41eb983 Merge pull request #6 from graymalkin/master by Connor Lane Smith · 9 years ago
  72. 3629932 Travis CI added by Simon Cooksey · 9 years ago
  73. 3814277 introduce test suite using TAP by Connor Lane Smith · 9 years ago
  74. ed53db9 neaten up file generation by Connor Lane Smith · 9 years ago
  75. 02b1eab further clean up by Connor Lane Smith · 9 years ago
  76. c0a3a81 clean up and update manpages by Connor Lane Smith · 9 years ago
  77. 69adbcf Merge pull request #4 from graymalkin/master by Connor Lane Smith · 9 years ago
  78. c282a57 Implemented runestrecpy() by Simon Cooksey · 9 years ago
  79. ca82d7d reintroduce utfecpy; see #3 by Connor Lane Smith · 9 years ago
  80. 601bdcd update build system by Connor Lane Smith · 9 years ago
  81. 193c586 Merge pull request #2 from junyer/master by Connor Lane Smith · 9 years ago
  82. 6325d9d Declare all functions with C linkage. by Paul Wankadia · 9 years ago
  83. 880fdc7 split awk otheris into non-generated files by Connor Lane Smith · 9 years ago
  84. 418f357 merge FRIGN's downstream sbase mkrunetype.awk by Connor Lane Smith · 9 years ago
  85. 01166c1 use int32_t for Rune by Connor Lane Smith · 9 years ago
  86. 842786e guarantee that Rune is at least 32 bits long by Connor Lane Smith · 9 years ago
  87. 60f0557 introduce file hierarchy by Connor Lane Smith · 9 years ago
  88. 77dd2b2 add runestr functions by Connor Lane Smith · 9 years ago
  89. d241aba add utftorunestr, fgetrune, fputrune; thanks to FRIGN by Connor Lane Smith · 9 years ago
  90. edad755 add UnicodeData-7.0.0.txt, remove runetypebody.h by Connor Lane Smith · 9 years ago
  91. a202fc8 fix make $(LIB) removal by Connor Lane Smith · 9 years ago
  92. 64ffb2c split up rune.c and utf.c by Connor Lane Smith · 9 years ago
  93. 5b01a20 avoid MIN in continuation loop by Connor Lane Smith · 9 years ago
  94. c06065f charntorune: return immediately on ascii by Connor Lane Smith · 9 years ago
  95. b264cc6 fix leading byte rune mask by Connor Lane Smith · 9 years ago
  96. 79fe8c6 expand and specialise macros by Connor Lane Smith · 9 years ago
  97. 101c184 needn't use BADRUNE in charntorune: handled by runelen by Connor Lane Smith · 9 years ago
  98. d71a4a4 update license by Connor Lane Smith · 9 years ago
  99. 04a93c1 Merge branch 'master' into HEAD: restore runetype functions by Connor Lane Smith · 9 years ago
  100. b35acc0 Merge pull request #1 from bpowers/master by Connor Lane Smith · 11 years ago