summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-01-15__alignof__ to take alignment of a typeshyouhei
2018-01-15__attibute__((__aligned__)) for RSTRING_PTR()shyouhei
2018-01-15more ytab.sed fixesnobu
2018-01-15* 2018-01-15svn
2018-01-15tool/ytab.sed: Support some old bison implementationsmame
2018-01-14parse.y (parser_heredoc_dedent): Removedmame
2018-01-14parse.y: yydebugnobu
2018-01-14parse.y: Remove unused a macro "FIXME"mame
2018-01-14parse.y: ripper no longer uses rb_discard_nodenobu
2018-01-14parse.y: Remove a code for old yaccmame
2018-01-14parse.y: Remove almost all *_gen macros by passing parser_params explicitlymame
2018-01-14parse.y: Expand global-like accessor macros for struct parser_paramsmame
2018-01-14parse.y: Use "p" for the variable of struct parser_params consistentlymame
2018-01-14parse.y: Avoid "p" as a variable namemame
2018-01-14exclude flexible array size with old compilersnobu
2018-01-14* 2018-01-14svn
2018-01-14net/http: use writev for HTTP chunked request bodiesnormal
2018-01-13string.c (struct mapping_buffer): Use FLEX_ARY_LENmame
2018-01-13compile.c (struct ibf_object_*): Use FLEX_ARY_LENmame
2018-01-13compile.c (struct ibf_id_entry): Just removed.mame
2018-01-13iseq.h (struct iseq_catch_table_entry, iseq_compile_data_storage): Use FLEX_A...mame
2018-01-13file.c (struct apply_arg): Use FLEX_ARY_LENmame
2018-01-13variable.c (struct gen_ivtbl): Use FLEX_ARY_LEN.mame
2018-01-13node.c (node_buffer_elem_t): Use FLEX_ARY_LENmame
2018-01-13internal.h (FLEX_ARY_LEN): Add a macro to define a flexible arraymame
2018-01-13Fix a typo.hsbt
2018-01-13__VA_ARGS__ is a C99ismshyouhei
2018-01-13flexible array member is a C99ismshyouhei
2018-01-13Update dependenciesnobu
2018-01-13Update dependencies using `tool/update-deps`kazu
2018-01-12* 2018-01-13svn
2018-01-12parse.y: Remove meaningless ifndef guardsmame
2018-01-12parse.y (token_info_push, token_info_pop): Refactoringmame
2018-01-12parse.y (token_info_push, token_info_pop): Use code_locationmame
2018-01-12suppress warning for VC12shyouhei
2018-01-12parse.y: Remove unneeded dependence on pointer representatinmame
2018-01-12merge revision: 61746shyouhei
2018-01-12Fix a typo.hsbt
2018-01-12sample/iseq_loader: use File.open instead of Kernel#opennormal
2018-01-12sample/iseq_loader.rb: spelling fixnormal
2018-01-12Fixed typos.hsbt
2018-01-12tool/ruby_vm support for pre-2.0 BASERUBYshyouhei
2018-01-12tool/ruby_vm support for pre-2.1 BASERUBYshyouhei
2018-01-12tool/ruby_vm support for pre-2.3 BASERUBYshyouhei
2018-01-12delete tool/instruction.rb (2nd try)shyouhei
2018-01-12[ci skip] add comments about file format (2nd try)shyouhei
2018-01-12new insns.def format (2nd try)shyouhei
2018-01-12Add `103 Early Hints` to `Net::HTTP::STATUS_CODES` [ci skip]kazu
2018-01-12doc/NEWS-2.5.0: `step` is not `Integer#step` but `Numeric#step` [ci skip]kazu
2018-01-12thread.c (thread_cleanup_func): document small leaknormal