summaryrefslogtreecommitdiffhomepage
path: root/src/symbol.c
AgeCommit message (Expand)Author
2012-11-04replace SYM2ID() by mrb_symbol()Yukihiro Matz Matsumoto
2012-08-28free symbol table from mrb_close()Yukihiro Matsumoto
2012-08-13use TRUE/FALSE instead of 1/0Yukihiro Matsumoto
2012-08-08store :initialize in mrb structureYukihiro Matsumoto
2012-07-29Make all(?) void casts explicit for C++Max Anselm
2012-07-23Use memcpy instead of strncpyMasaki Muranaka
2012-07-14Remove unnecessary header inclusionJunji Sawada
2012-07-13add missing (empty) default for swtch; close #364Yukihiro Matsumoto
2012-07-13less <stdio.h>Yukihiro Matsumoto
2012-06-19split declaration and definition for 'khash_xxx'.crimsonwoods
2012-06-19add Symbol#<=>Yukihiro Matsumoto
2012-06-15make init function consistent: mrb_init_symbols to mrb_init_symbolYukihiro Matsumoto
2012-06-11should not quote || and && operators; close #253Yukihiro Matsumoto
2012-06-05mruby/string.h: rename buf to ptrYukihiro Matsumoto
2012-06-05merge conflict resolutionYukihiro Matsumoto
2012-06-05since 1.9 "!=" op is a method callYukihiro Matsumoto
2012-06-05symbol can contain non printable charactersYukihiro Matsumoto
2012-06-04symbol can contain non printable charactersYukihiro Matsumoto
2012-06-02fixed prototype: g++ will complain about definition not being a prototype, sh...Frank Celler
2012-06-01symbol table key should be mrb_sym, not int32_tYukihiro Matsumoto
2012-05-31resolve conflictYukihiro Matsumoto
2012-05-11remove unused #includeYukihiro Matsumoto
2012-04-30rm whitespaceroco
2012-04-26Remove unused ret argument from kh_put.Patrick Hogan
2012-04-24move header files {irep,dump,cdump,ritehash}.h to /include/mrubyYukihiro Matsumoto
2012-04-24mv variable.h to mruby/variable.hYukihiro Matsumoto
2012-04-23add file headermimaki
2012-04-20add mruby sourcesmimaki