initial import
commita70468036d9b780bc7ec921f7feb6e1275778169
authorEric Wong <normalperson@yhbt.net>
Sat, 29 Aug 2009 03:47:43 +0000 (28 20:47 -0700)
committerEric Wong <normalperson@yhbt.net>
Sat, 29 Aug 2009 03:48:10 +0000 (28 20:48 -0700)
tree302c8b4f4a30203c9549dbd7579006a729c1830f
initial import
15 files changed:
.gitignore [new file with mode: 0644]
COPYING [new file with mode: 0644]
GNUmakefile [new file with mode: 0644]
History.txt [new file with mode: 0644]
Manifest.txt [new file with mode: 0644]
README.txt [new file with mode: 0644]
Rakefile [new file with mode: 0644]
ext/clogger_ext/clogger.c [new file with mode: 0644]
ext/clogger_ext/extconf.rb [new file with mode: 0644]
ext/clogger_ext/ruby_1_9_compat.h [new file with mode: 0644]
lib/clogger.rb [new file with mode: 0644]
lib/clogger/format.rb [new file with mode: 0644]
lib/clogger/pure.rb [new file with mode: 0644]
setup.rb [new file with mode: 0644]
test/test_clogger.rb [new file with mode: 0644]