6 次程式碼提交 (d33e961dc9bceb2eb762b915ad006937e6893b47)

作者 SHA1 備註 提交日期
  Sam Hocevar f32c24a10d build: fix the WTFPL homepage and copyright information. 12 年之前
  Sam Hocevar a09f027727 Add the copyright unit test and update copyright information everywhere. 15 年之前
  Sam Hocevar 107ff4b815 Large source code cleanup, getting rid of spaces, tabs, and svn keywords. 15 年之前
  Sam Hocevar 1362d8e24f Update my e-mail address everywhere. 15 年之前
  Sam Hocevar 319cc69db3 Continue the libcaca/libcucul merge. Source and binary compatibility 16 年之前
  Sam Hocevar f61816ceb7 Starting refactoring to get rid of libcucul. The initial reason for the 16 年之前
  Sam Hocevar 621f107c72 * Documentation fixes (due to renamings, some parameters were no longer 16 年之前
  Sam Hocevar ec68a634cf * Get rid of the last long types in the API. 16 年之前
  Sam Hocevar 6a3f5c21f0 * Changed most of the long ints in the API into C99 types. WARNING: this 16 年之前
  Sam Hocevar f44b5e11fa * Changed most "unsigned char" variables into "uint8_t", including in 16 年之前
  Sam Hocevar 99b5396e8e * Remove #include <stdint.h> etc. from "common.h". Instead, make sure that 16 年之前
  Sam Hocevar dd6a99a395 * Slight improvement to the Unicode -> ASCII conversion, courtesy of 17 年之前
  Sam Hocevar a6a1783b88 * Implemented cucul_utf32_to_ascii() using code from Ben Wiley Sittler. 17 年之前
  Sam Hocevar 9597783308 * Bwarf, typo in the no warranty clause. 18 年之前
  Sam Hocevar 33058757da * Add a no warranty clause to the code. 18 年之前
  Sam Hocevar 25344d89b0 * Got rid of the now unused _cucul_strlen_utf8() and _cucul_skip_utf8() 18 年之前
  Sam Hocevar 26c3ea1aa4 * Removed "This function..." constructs from documentation. Fixed a few 18 年之前
  Sam Hocevar 86dedb814e * Implemented cucul_utf32_is_fullwidth(). 18 年之前
  Sam Hocevar 58f3935f0f * Have cucul_utf8_to_utf32 write how many bytes it read. 18 年之前
  Sam Hocevar 87017d7914 * Documented the newly exported charset functions. 18 年之前
  Sam Hocevar 9137c0a059 * Export the UTF-8 / UTF-32 / CP437 character conversions to applications. 18 年之前
  Sam Hocevar 4d029660e1 * Implemented the private _cucul_utf32_to_utf8() helper. 18 年之前
  Sam Hocevar 5cb4d4dedf * Removed duplicate uint*_t defines from *_internal.h and included common.h 18 年之前
  Sam Hocevar 687a2c43f6 * Renamed caca_t into caca_display_t. 18 年之前
  Sam Hocevar 018fda76e8 * Removed \file directives from all files except caca.h and cucul.h, to 18 年之前
  Sam Hocevar 77f995023d * Slightly changed header comments. 18 年之前
  Sam Hocevar 417b598d8d * Factorised some charset handling code into a new cucul/charset.c file. 18 年之前