summaryrefslogtreecommitdiff
path: root/array.c
AgeCommit message (Expand)Author
2020-09-02Comply with guide for method doc: array.c (#3506)Burdette Lamar
2020-09-01Comply with guide for method doc: array.c (#3499)Burdette Lamar
2020-08-31Comply with guide for method doc: array.c (#3489)Burdette Lamar
2020-08-31Comply with guide for method doc: array.c (#3484)Burdette Lamar
2020-08-31Comply with guide for method doc: array.c (#3477)Burdette Lamar
2020-08-30Comply with guide for method doc: array.c (#3475)Burdette Lamar
2020-08-29Comply with guide for method doc: array.c (#3474)Burdette Lamar
2020-08-29Comply with guide for method doc: array.c (#3473)Burdette Lamar
2020-08-28Comply with guide for method doc: array.c (#3469)Burdette Lamar
2020-08-23Remove checks for self returned in array.c and hash.c examples (#3446)Burdette Lamar
2020-08-21Remove trivial examples from array.c (#3442)Burdette Lamar
2020-08-20Remove nil-return examples from array.c (#3437)Burdette Lamar
2020-08-19Partial compliance with doc/method_documentation.rdoc (#3431)Burdette Lamar
2020-08-15RARRAY_AREF: convert into an inline function卜部昌平
2020-08-14Fix links to Dig Methods document (#3421)Burdette Lamar
2020-08-13Adding doc/dig_methods.rdoc and links to it (#3416)Burdette Lamar
2020-08-13MAYBE_UNUSED should just suffice卜部昌平
2020-08-10Enhanced RDoc for Array (#3400)Burdette Lamar
2020-08-10Removed non-ASCII code to suppress warnings by localized compilersNobuyoshi Nakada
2020-08-10Suppress unused-function warningsNobuyoshi Nakada
2020-08-07Enhanced RDoc for Array#take and Array#take_while (#3398)Burdette Lamar
2020-08-07Enhanced RDoc for Array#product (#3395)Burdette Lamar
2020-08-05Enhanced documentation for Array#repeated_combination (#3392)Burdette Lamar
2020-08-05Enhanced documentation for Array#repeated_permutation (#3390)Burdette Lamar
2020-08-01Initialize memo pointer and use it consistently to silence gcc 7+Nobuyoshi Nakada
2020-07-31Enhanced RDoc for ArrayBurdette Lamar
2020-07-30Document Array#flatten{,!} accept explicit nil argument [ci skip]Jeremy Evans
2020-07-30Fix Array#flatten for recursive array when given positive depth [Bug #17092]Marc-Andre Lafortune
2020-07-29Enhanced RDoc for Array (#3372)Burdette Lamar
2020-07-28Enhanced RDoc for Array [ci skip]BurdetteLamar
2020-07-28Use https instead of httpKazuhiro NISHIYAMA
2020-07-22Enhanced RDoc for Array (#3350)Burdette Lamar
2020-07-21Enhanced RDoc for ArrayBurdetteLamar
2020-07-21Enhanced RDoc for ArrayBurdetteLamar
2020-07-21Enhanced RDoc for ArrayBurdetteLamar
2020-07-18Optimize Array#min (#3324)Kenta Murata
2020-07-18Optimize Array#max (#3325)Kenta Murata
2020-07-11Enhanced RDoc for Array#fill (#3301)Burdette Lamar
2020-07-08Enhanced RDoc for Array (#3282)Burdette Lamar
2020-07-03Enhanced RDoc for Array (#3276)Burdette Lamar
2020-06-29rb_ary_slice_bang: do not goto into a branch卜部昌平
2020-06-29ary_join_1: do not goto into a branch卜部昌平
2020-06-29rb_ary_aset: do not goto into a branch卜部昌平
2020-06-29add spaces [ci skip]卜部昌平
2020-06-29ary_ensure_room_for_unshift: do not goto into a branch卜部昌平
2020-06-29rb_ary_behead: do not goto into a branch卜部昌平
2020-06-24[ci skip] Enhanced RDoc for Array (#3252)Burdette Lamar
2020-06-23[ci skip] Enhanced RDoc for Array (#3237)Burdette Lamar
2020-06-18[ci skip] Enhanced RDoc for Array (#3224)Burdette Lamar
2020-06-14Remove non-US-ASCII characters [ci skip]Nobuyoshi Nakada