aboutsummaryrefslogtreecommitdiffstats
path: root/ext/-test-/string
Commit message (Expand)AuthorAgeFilesLines
* [Feature #19579] Remove !USE_RVARGC code (#7655)Peter Zhu2023-04-041-9/+0
* Update the depend filesMatt Valentine-House2023-02-281-17/+0
* Remove intern/gc.h from Make depsMatt Valentine-House2023-02-271-17/+0
* Extract include/ruby/internal/attr/packed_struct.hNobuyoshi Nakada2023-02-081-0/+17
* Remove Encoding#replicateBenoit Daloze2023-01-112-0/+187
* Expand tabs [ci skip]Takashi Kokubun2022-07-213-19/+19
* [Feature #18249] Update dependenciesPeter Zhu2022-02-221-0/+16
* Update dependenciesNobuyoshi Nakada2021-11-211-19/+0
* [Feature #18239] Implement VWA for stringsPeter Zhu2021-10-252-5/+14
* ruby tool/update-deps --fix卜部昌平2021-10-051-0/+81
* Scan the coderange in the given encodingNobuyoshi Nakada2021-06-261-0/+14
* dependency updates卜部昌平2021-04-131-16/+0
* rb_enc_interned_str: handle autoloaded encodingsJean Boussier2021-03-222-0/+18
* Fix rb_interned_str_* functions to not assume static stringsJean Boussier2020-11-302-203/+378
* Use rb_intern_const instead of rb_intern in Init functionsNobuyoshi Nakada2020-10-211-4/+4
* sed -i '/rmodule.h/d'卜部昌平2020-08-271-15/+0
* sed -i '/r_cast.h/d'卜部昌平2020-08-271-15/+0
* sed -i '\,2/extern.h,d'卜部昌平2020-08-271-15/+0
* sed -i 's|ruby/impl|ruby/internal|'卜部昌平2020-05-111-2100/+2100
* sed -i s|ruby/3|ruby/impl|g卜部昌平2020-05-111-2100/+2100
* Merge pull request #2991 from shyouhei/ruby.h卜部昌平2020-04-082-3/+2281
* update dependencies卜部昌平2019-12-261-0/+14
* decouple internal.h headers卜部昌平2019-12-263-3/+4
* Update dependenciesNobuyoshi Nakada2019-11-181-11/+0
* Include ruby/assert.h in ruby/ruby.h so that assertions can be thereNobuyoshi Nakada2019-07-141-0/+15
* Update dependenciesNobuyoshi Nakada2019-05-131-0/+11
* str_duplicate: Don't share with a frozen shared stringAlan Wu2019-05-091-0/+35
* Use $(hdrdir) for include/ruby.h, as well as r67033nobu2019-02-111-12/+12
* UNREACHABLE_RETURNnobu2018-07-241-1/+1
* internal.h: remove dependecy on ruby/encoding.hnobu2018-01-091-0/+1
* Init functions should have prefix to avoid confliction.shugo2017-12-0314-14/+14
* staticnaruse2017-12-021-2/+2
* Update dependenciesnaruse2017-12-021-0/+16
* string.c: fix rb_external_str_new_with_encnobu2017-12-021-0/+21
* ruby tool/update-deps --fixshyouhei2017-03-221-0/+7
* string.c: return reallocated pointernobu2016-05-301-0/+23
* auto_ext.rbnobu2016-05-291-7/+2
* Update dependencies.akr2016-04-111-0/+35
* * string.c (str_new_frozen): if the given string is embeddedablenaruse2016-02-031-2/+42
* depend: add capacity.onobu2016-01-271-0/+14
* Add tests about String's internal capacitynaruse2016-01-271-0/+17
* handle ext/ as r53141naruse2015-12-161-0/+1
* cstr.c: split bug_str_cstr_untermnobu2015-12-011-2/+28
* string.c: pool only bare strings in fstringnobu2015-07-241-0/+15
* encoding.c: drop dummy encoding flagnobu2015-07-151-0/+8
* -test-/string: movenobu2015-07-151-1/+1
* nofree.c: Bug::String.nofreenobu2015-04-171-0/+13
* cstr.c: nil iff terminated validlynobu2015-01-271-1/+2
* cstr.c: cstr_term_char class methodnobu2015-01-261-0/+8
* cstr.c: get rid of exceptionnobu2015-01-261-1/+9