summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2018-01-11fix for IPv6 envnaruse
2018-01-11NEWS: Matrix#antisymmetric?stomar
2018-01-11* properties.svn
2018-01-11matrix.rb: add Matrix#antisymmetric?stomar
2018-01-11Mock fetching data from real DNS [Feature #14340]naruse
2018-01-11* 2018-01-12svn
2018-01-11parse.y: Remove LEXPOP hackmame
2018-01-11Fix a typo [ci skip]kazu
2018-01-11Fix indent and use as skipped message instead of commentkazu
2018-01-11parse.y: disentangle the lexer handling of ')', ']', and '}'mame
2018-01-11parse.y: simplify and add a comment for paren_nest and lpar_begmame
2018-01-11iseq.c: child iseq encodingnobu
2018-01-11vm_insnhelper.c: search in the indexing ordernobu
2018-01-11parse.y: add a simple comment for COND_* and CMDARG_*mame