root/lang/c

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @19479 [19479] 5 years mattn ported to win32.
(edit) @19477 [19477] 5 years mattn removed!!!
(edit) @19476 [19476] 5 years mattn imported version 0.23
(edit) @19475 [19475] 5 years mattn renamed.
(edit) @19474 [19474] 5 years mattn renamed.
(edit) @19471 [19471] 5 years mattn added INSTALL memo text.
(edit) @19470 [19470] 5 years mattn for VS2005.
(edit) @19469 [19469] 5 years mattn added toolset for VisualStudio? 2005.
(edit) @19465 [19465] 5 years mattn added tool.
(edit) @19464 [19464] 5 years mattn unix domain socket is not supported.
(edit) @19463 [19463] 5 years mattn bits change.
(edit) @19462 [19462] 5 years mattn to become more sanitize.
(edit) @19442 [19442] 5 years mattn * added example. * changed %zu to %u
(edit) @19441 [19441] 5 years mattn ooooops
(edit) @19440 [19440] 5 years mattn added Makefile for mingw32.
(edit) @19439 [19439] 5 years mattn modified for libmemcached-win32.
(edit) @19437 [19437] 5 years mattn imported version 2.0.0
(edit) @19436 [19436] 5 years mattn mkdir
(edit) @19410 [19410] 5 years frsyuki lang/c/mpio: refactoring mp::iothreads::writer
(edit) @19357 [19357] 5 years frsyuki lang/c/msgpack: fix compile optimization flag
(edit) @19290 [19290] 5 years frsyuki lang/c/msgpack: C++ binding: implemented msgpack::object >> packer<Stream>
(edit) @19275 [19275] 5 years frsyuki lang/c/msgpack: C++ binding: safer memory managent
(edit) @19271 [19271] 5 years frsyuki lang/c/msgpack: reimplemented C++ binding with template-based static …
(edit) @19203 [19203] 5 years frsyuki lang/c/msgpack: c-macro based template
(edit) @19112 [19112] 5 years frsyuki lang/c/mpio: added coroutine implementation from Io language
(edit) @19111 [19111] 5 years frsyuki lang/c/mpio: added missing iothread_reader.cc file
(edit) @19110 [19110] 5 years frsyuki lang/c/mp: implemented mp::listener
(edit) @19074 [19074] 5 years frsyuki lang/c/mpio: implemented iothreads::reader
(edit) @19064 [19064] 5 years frsyuki lang/c/mpio: fixed file name consistency
(edit) @19063 [19063] 5 years frsyuki lang/c/mpio: implemented iothreads::connect
(edit) @19043 [19043] 5 years frsyuki lang/c/mpio: implemented mp::iothreads::{manager,writer,listener,timer}
(edit) @19042 [19042] 5 years frsyuki lang/c/mpio: added mp::pthread_base, common base class of …
(edit) @19041 [19041] 5 years frsyuki lang/c/mpio: added void specialization of mp::zone
(edit) @19040 [19040] 5 years frsyuki lang/c/mpio: bug fixed mp::fdnotify
(edit) @18890 [18890] 5 years mattn デフォルトで検知するデバイス(WALKMANマウント先)を指定出来る様修正
(edit) @18853 [18853] 5 years frsyuki lang/c/msgpack: fixed cpp/Makefile.am
(edit) @18852 [18852] 5 years frsyuki lang/c/msgpack: fixed packaging problem
(edit) @18849 [18849] 5 years frsyuki lang/c/msgpack: fix types
(edit) @18847 [18847] 5 years nejimaki
(edit) @18846 [18846] 5 years nejimaki
(edit) @18845 [18845] 5 years nejimaki
(edit) @18843 [18843] 5 years frsyuki lang/c/msgpack: C++ binding: changed calback function of packer from …
(edit) @18838 [18838] 5 years frsyuki lang/c/msgpack: optimize zone::alloc()
(edit) @18782 [18782] 5 years frsyuki lang/c/msgpack: added license notifications
(edit) @18781 [18781] 5 years frsyuki lang/c/msgpack: autotoolized
(edit) @18681 [18681] 5 years frsyuki lang/c/msgpack: C++ binding: enlarged chunk size of zone
(edit) @18675 [18675] 5 years frsyuki lang/c/msgpack: C++ binding: added bench.cpp
(edit) @18666 [18666] 5 years frsyuki lang/c/msgpack: C++ binding: support non-MessagePack? message that follows …
(edit) @18657 [18657] 5 years frsyuki lang/c/msgpack: C++ binding: implemented built-in buffer.
(edit) @18656 [18656] 5 years frsyuki lang/c/msgpack: removed string type
(edit) @18610 [18610] 5 years frsyuki lang/c/msgpack: added C++ binding msgpack::pack
(edit) @18609 [18609] 5 years frsyuki lang/c/msgpack: reverted c/bench.c
(edit) @18608 [18608] 5 years frsyuki lang/c/msgpack: update C++ code
(edit) @18607 [18607] 5 years frsyuki lang/c/mpio: autotoolized
(edit) @18599 [18599] 5 years frsyuki lang/c/msgpack: added C++ binding
(edit) @18598 [18598] 5 years frsyuki lang/c/msgpack: uint64_t, int64_t support for ruby
(edit) @18476 [18476] 5 years frsyuki lang/c/mpio: added mp::iothreads::reader and mp::iothreads::writer
(edit) @18340 [18340] 5 years frsyuki lang/c/mpio: added mp::multiplex
(edit) @18311 [18311] 5 years frsyuki lang/c/mpio: added mp::iothreads
(edit) @18310 [18310] 5 years frsyuki lang/c/mpio: added mp::zone, mp::source, mp::mt_source, …
(edit) @18303 [18303] 5 years frsyuki lang/c/mpio: added mp::callback_message and mp::object_destructor
(edit) @18301 [18301] 5 years frsyuki lang/c/mpio: re-implemented mp::fdnotify with readv() system call
(edit) @18183 [18183] 5 years frsyuki lang/c/mpio: added mp::coroutine, mp::async, mp::byte_array, …
(edit) @17708 [17708] 5 years frsyuki lang/c/msgpack: added Messagepack, a binary-based efficient data …
(edit) @15618 [15618] 5 years kazuho initial import
(edit) @15614 [15614] 5 years kazuho more than 10 years old
(edit) @15449 [15449] 5 years itkz fixed win32
(edit) @15142 [15142] 5 years mattn add files for autotools.
(edit) @14719 [14719] 5 years itkz fixed xim.c
(edit) @14718 [14718] 5 years itkz
(edit) @14716 [14716] 5 years itkz
(edit) @14715 [14715] 5 years itkz maintenance xim.c
(edit) @14714 [14714] 5 years itkz
(edit) @14713 [14713] 5 years itkz update test
(edit) @14711 [14711] 5 years itkz removed aclocal.m4 from repository
(edit) @14709 [14709] 5 years itkz supported dead key
(edit) @14180 [14180] 5 years saturday06 いらない
(edit) @14178 [14178] 5 years saturday06 C++のとこから移動
(edit) @14177 [14177] 5 years saturday06 .hをインクルードして.cをIDEに追加orMakefile.amに追加するだけで使えることを目指すソフトウェアのオンラインアップデート自動化ライブラ …
(edit) @14024 [14024] 5 years frsyuki lang/c/mpio: added object_callback
(edit) @13331 [13331] 5 years mattn * 絵文字対応(暫定: コード範囲適当) * TODO機能実装しかけ
(edit) @12366 [12366] 5 years mokehehe Fix a bug about 'find-free'.
(edit) @12358 [12358] 5 years mokehehe Add 'begin' syntax. Add 'gensym' for macro.
(edit) @12283 [12283] 5 years mokehehe Modify error message. Implement INDIRECT.
(edit) @12268 [12268] 5 years mokehehe fix a bug of sending empty argument for rest parameter.
(edit) @12263 [12263] 5 years mokehehe change vector to module.
(edit) @12180 [12180] 5 years mokehehe Expand all macro at begining of compilation. Add 'macroexpand-1'.
(edit) @12094 [12094] 5 years mokehehe Add builtin (symbol?, number?)
(edit) @12093 [12093] 5 years mokehehe fix a bug of continuation
(edit) @11794 [11794] 5 years mokehehe fix CR character for windows CRLF
(edit) @11789 [11789] 5 years mokehehe fix bug on 'find-free' and 'find-sets', lambda's syntax for compound …
(edit) @11756 [11756] 5 years mokehehe use global stack pointer
(edit) @11750 [11750] 5 years mokehehe マクロ組込み
(edit) @11744 [11744] 5 years mokehehe テストのScheme版
(edit) @11715 [11715] 5 years mokehehe Cからグローバルの関数を呼びだせるようにした
(edit) @11676 [11676] 5 years mokehehe 任意個の引数の受け取り 関数呼び出し時の引数の数のチェック
(edit) @11648 [11648] 5 years mokehehe allow compound lambda' body
(edit) @11643 [11643] 5 years mokehehe implement "assign"
(edit) @11617 [11617] 5 years mokehehe
(edit) @11560 [11560] 5 years mallowlabs Added Fittle Project.
Note: See TracRevisionLog for help on using the revision log.