OSDN Git Service

Replace INIT with DUMMY_INIT macro
[yash/yash.git] / hashtable.h
2023-11-13 WATANABE YukiConvert to indentation by spaces
2018-12-08 magicantUse the correct 128-bit FNV prime
2011-02-10 magicantyash: MERGE from /yash/branches/2.25 (#24340)
2010-12-27 magicantyash: plist, mail: REFACTOR
2010-03-06 magicantyash-complete: MERGE from /yash/trunk
2010-02-13 magicantyash: configure: バージョン番号を 2.19
2010-01-30 magicantyash-complete: MERGE from /yash/trunk
2010-01-30 magicantyash: REFACTOR: 関数の引数に const 追加
2009-11-16 magicantyash: hashtable, history, input, job: REFACTOR: コメント書き換え
2009-11-14 magicantyash: hashtable: rename ht_rehash -> ht_setcapacity
2009-11-14 magicantyash: hashtable: hashtable_T: count と capacity の位置を入れ替え
2009-06-01 magicantyash: REFACTOR: 各ソースの modeline に tw=80 追加
2009-02-11 magicantyash-le: MERGE from /yash/trunk
2009-01-16 magicantyash: 著作権表記の年を 2009 に
2008-09-30 s071033yash: *.h: 外部ヘッダを適切に取り込むように
2008-09-29 s071033yash: hashtable.h: string.h の取り込みをやめる
2008-09-16 magicantyash: POSIX で予約済みの識別子とかぶらないように識別子を修正
2008-08-19 ywtnbyash: hashtable: htstrcmp を ((keycmp_T *) strcmp) に
2008-07-04 ywtnbyash: hashtable: +keystrcoll, keywcscoll, ht_tokvarray
2008-06-12 ywtnbyash: hashtable: +hashval_T, DEBUG_HASH, print_statistics
2008-06-11 ywtnbyash: DOCUMENT: ソースをすべて ASCII に
2008-05-26 ywtnbyash: mv yash/branches/yash2 yash/trunk: NEW TRUNK
2008-04-12 ywtnbht_set: key に NULL を渡せないように
2008-04-12 ywtnbyash2: STYLE: __attribute__ の位置をセミコロンの直前に戻す
2008-03-25 ywtnbyash2: CONVENSION REFACTOR:
2008-03-25 ywtnbyash2: +path.c, path.h: コマンド名ハッシュを大体実装
2008-03-24 ywtnbyash2: 全ソースのインデントを変更 (vim: set ts=8 sts=4 sw=4 noet:)
2008-03-24 ywtnbyash2: 各ヘッダの __attribute__ の書き方を変更: セミコロンの直前ではなく宣言全体の前に
2008-03-14 ywtnbyash2: 各種型名の変更 (*_t -> *_T)
2008-03-13 ywtnbyash2: +parser 外枠のみ, その他細かい修正
2008-03-13 ywtnbyash2: +hashtable