Timeline
12/15/06:
- 21:42 Changeset [1492] by
- * Added AUTHORS file.
- 19:49 Changeset [1491] by
- * More TODO.
- 19:48 Changeset [1490] by
- * Rename zzuf_preload to zzuf_preload_libc. You never know.
- 18:48 Changeset [1489] by
- * Added a few examples to README.
- 18:47 Changeset [1488] by
- * Fix ratio so that it talks about bits, not bytes.
- 18:44 Changeset [1487] by
- * Support --prefix (library location).
- 17:10 Changeset [1486] by
- * Rename percent to ratio.
- 16:07 Changeset [1485] by
- * Crap, percents could not go higer than 1.0.
- 15:57 Changeset [1484] by
- * Switch random back to 32 bits. It's enough (tm).
- 15:07 Changeset [1483] by
- * Really fix the inconsistency bug. Now dd bs=2048 count=1 gives the same …
- 14:20 Changeset [1482] by
- * Implemented lseek() and factored lseek64() code.
- 14:12 Changeset [1481] by
- * Handle percent < 100.0/CHUNK_SIZE a bit better. * Fix a grave index …
- 11:18 Changeset [1480] by
- * Add a printf attribute to the debug function to trap errors.
- 11:07 Changeset [1479] by
- * Oops, fix a bug in the lseek64() diversion.
- 11:06 Changeset [1478] by
- * Divert close, fclose, lseek64.
- 10:08 Changeset [1477] by
- * Remove useless verbosity.
- 10:03 Changeset [1476] by
- * Divert fseek().
- 10:01 Changeset [1475] by
- * Better error reporting if command failed.
- 09:42 Changeset [1474] by
- * Add --debug. * --include and --exclude now work.
- 09:14 Changeset [1473] by
- * Add fallbacks to our functions in case other libraries call libc …
- 08:53 Changeset [1472] by
- * Added code for --include/--exclude. Does not work yet.
- 01:43 Changeset [1471] by
- * Support fopen64().
- 01:26 Changeset [1470] by
- * First somewhat working version.
12/14/06:
- 22:38 Changeset [1469] by
- * Fix build for systems with no zlib-devel.
- 22:18 Changeset [1468] by
- * Fix --as-needed issue, thanks to Pavlov Konstantin.
- 17:11 Changeset [1467] by
- * Fix a bug and refactor some code.
- 16:55 Changeset [1466] by
- * First try at libzzuf.
- 15:25 Changeset [1465] by
- * Oops, typo.
- 15:23 Changeset [1464] by
- * Easy POC code. We need some LD_PRELOAD shit instead.
12/13/06:
- 21:17 Changeset [1463] by
- * Initial tree.
12/12/06:
- 02:53 Changeset [1462] by
- * Bwarf, typo in the no warranty clause.
- 02:50 Changeset [1461] by
- * Bwarf, typo in the no warranty clause.
- 02:49 Changeset [1460] by
- * Bwarf, typo in the no warranty clause.
- 02:49 Changeset [1459] by
- * Bwarf, typo in the no warranty clause.
- 02:49 Changeset [1458] by
- * Bwarf, typo in the no warranty clause.
- 02:49 Changeset [1457] by
- * Bwarf, typo in the no warranty clause.
12/11/06:
- 16:55 Changeset [1456] by
- * Switched license to WTFPL.
- 16:52 Changeset [1455] by
- * Add a no warranty clause to the code.
- 16:52 Changeset [1454] by
- * Add a no warranty clause to the code.
- 16:51 Changeset [1453] by
- * Add a no warranty clause to the code.
- 16:48 Changeset [1452] by
- * Add a no warranty clause to the code.
- 16:10 Changeset [1451] by
- * Add a no warranty clause to the code.
12/05/06:
- 18:50 Changeset [1450] by
- * Fix OpenBSD build.
11/30/06:
- 23:41 Changeset [1449] by
- * Working Cocoa driver, courtesy of Colin Delacroix <colin@zoy.org>.
- 18:04 Changeset [1448] by
- * Use PKG_CHECK_MODULES the right way.
- 18:02 Changeset [1447] by
- * Put libs in LDADD, not LDFLAGS.
- 18:02 Changeset [1446] by
- * Put libs in LDADD, not LDFLAGS.
- 18:02 Changeset [1445] by
- * Call PKG_CHECK_MODULES the right way.
- 18:01 Changeset [1444] by
- * Use PKG_CHECK_MODULES the right way.
- 18:00 Changeset [1443] by
- * Use PKG_CHECK_MODULES the right way.
- 17:58 Changeset [1442] by
- * Use PKG_CHECK_MODULES the right way. Fixes build on Alt Linux.
- 17:51 Changeset [1441] by
- * Cosmetic.
11/27/06:
- 15:58 Changeset [1440] by
- * Got rid of that ugly cv->import member.
- 15:55 Changeset [1439] by
- * Get rid of test/term.c, it's now in its own repository. * Added back …
- 15:53 Changeset [1438] by
- * Fix shadowing declarations.
- 15:46 Changeset [1437] by
- * Imported libcaca's test/term.c into our tree.
- 07:37 Changeset [1436] by
- * Initial SVN skeleton.
- 06:59 Changeset [1435] by
- * Do not build test/term if fcntl() is not available. Yes, could be …
- 06:40 Changeset [1434] by
- * Fixed syntax errors.
- 02:58 Changeset [1433] by
- * Added stuff to the TODO list.
- 02:58 Changeset [1432] by
- * A few improvements to the screen/splitvt clone project.
- 02:56 Changeset [1431] by
- * Improved vt220 import by adding a persistent context to canvases.
11/24/06:
- 06:51 Changeset [1430] by
- * Added caca_set_cursor(). Not yet functional.
- 06:49 Changeset [1429] by
- * Add support for doublewidth characters even if ncurses or SLang don't …
11/23/06:
- 21:22 Changeset [1428] by
- * .Net : Fixed drawLine() and updated example (rasters rule)
11/21/06:
- 08:09 Changeset [1427] by
- * Added a test app that swallows two console applications. Switch with …
- 07:35 Changeset [1426] by
- * Improved ANSI importer so that it supports a lot more of what is needed …
11/20/06:
- 06:49 Changeset [1425] by
- * Added a few ideas to the TODO list.
11/18/06:
- 13:27 Changeset [1424] by
- * Added preliminary dither support to .NET bindings
- 12:34 Changeset [1423] by
- * Added frames to .NET bindings
- 12:25 Changeset [1422] by
- * Updated and/or added most of basic cucul functions. Lacks primitives, …
11/17/06:
- 12:28 Changeset [1421] by
- * Merged old code by Ol that can be used as a start for the Cocoa driver.
11/16/06:
- 17:36 Changeset [1420] by
- * 0.99.beta11 release.
- 17:29 Changeset [1419] by
- * Set version to 0.99.beta11. * Updated NEWS and ChangeLog?.
- 16:31 Changeset [1418] by
- * Added Hangul and CJK shit to the Circle font.
- 16:01 Changeset [1417] by
- * Support for CUCUL_DEFAULT and CUCUL_TRANSPARENT in the HTML exporters. …
- 12:26 Changeset [1416] by
- * Fix a compilation warning by pretending to use seterrno()'s argument …
- 12:23 Changeset [1415] by
- * Implemented strcmp() and strdup() and added an fflush() stub to the …
- 03:08 Changeset [1414] by
- * Added some box drawing glyphs that are used by TOIlet's future.tlf font …
- 02:51 Changeset [1413] by
- * Better sample.
- 01:56 Changeset [1412] by
- * More webpage updates.
- 01:48 Changeset [1411] by
- * TOIlet 0.1 release.
- 01:34 Changeset [1410] by
- * I hate SVN keywords. Here, fixed at last.
- 01:33 Changeset [1409] by
- * Added a "make upload" rule for releases.
- 01:25 Changeset [1408] by
- * Grmbl, set $Id on configure.ac.
- 01:24 Changeset [1407] by
- * Set version to 0.1. * Added ChangeLog?, updated TODO/NEWS/README.
- 01:12 Changeset [1406] by
- * Fix layout information of shipped fonts.
- 01:05 Changeset [1405] by
- * Define default layout as fullwidth for generated fonts.
- 01:04 Changeset [1404] by
- * Completed support for -s, -S, -k, -W, -o.
- 00:12 Changeset [1403] by
- * Updated help and manpage.
11/15/06:
- 13:07 Changeset [1402] by
- * Fix universal smushing.
- 04:29 Changeset [1401] by
- * Smushing support. Yeah baby.
- 00:42 Changeset [1400] by
- * Kerning support. We used to have: _ \ \ / / (_) _ _ _ …
Note: See TracTimeline
for information about the timeline view.
