aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* string.c: taint flagsnobu2015-07-231-5/+13
* ruby.h: ASSUMEnobu2015-07-221-1/+8
* ruby/missing.h: M_PI fallback definitionnobu2015-07-211-0/+7
* ruby/win32.h: include windows.hnobu2015-07-211-0/+3
* encoding.h: ENC_CODERANGE_CLEAN_Pnobu2015-07-171-0/+6
* socket: memoize common socket families in fptr->modenormal2015-07-021-0/+3
* st.c: use ccan linked-list (try 3)normal2015-06-291-1/+1
* Revert "st.c: use ccan linked-list (try 2)"normal2015-06-261-1/+1
* st.c: use ccan linked-list (try 2)normal2015-06-261-1/+1
* Revert r51034 "st.c: use ccan linked-list"normal2015-06-251-1/+1
* st.c: use ccan linked-listnormal2015-06-251-1/+1
* intern.h: rb_strlen_litnobu2015-06-241-4/+9
* $SAFE=2 is now obsoletenobu2015-06-181-2/+2
* * include/ruby/ruby.h: $SAFE=2 is now obsolete.hsbt2015-06-181-4/+4
* * include/ruby/ruby.h: $SAFE=3 is now obsolete.hsbt2015-06-171-6/+6
* * file.c (File::SHARE_DELETE): new flag to be able to delete opened fileusa2015-06-121-0/+2
* * ext/win32ole/win32ole.c: fix a typo. Patch by @davydovantonhsbt2015-06-042-2/+2
* variable.c: avoid compatibility table with generic ivarsnormal2015-05-301-1/+1
* fix conditionkazu2015-05-261-1/+1
* intern.h: move rb_sym_all_symbolsnobu2015-05-221-1/+2
* ruby.h: warn old namesnobu2015-05-201-2/+18
* ruby.h: DEPRECATED_BYnobu2015-05-201-0/+3
* ruby.h: add old namesnobu2015-05-191-0/+2
* ruby.h: cast for C++nobu2015-05-191-1/+3
* ruby.h: cast for C++nobu2015-05-191-8/+8
* intern.h: rb_f_notimplement for ext on Windowsnobu2015-05-181-0/+4
* gc.c: rename alloc as wrapnobu2015-05-161-20/+20
* ruby.h: suppress warningsnobu2015-05-111-6/+26
* ruby.h: fix possible memory leaknobu2015-05-101-4/+23
* * win32/win32.c (rb_w32_{getc,putc}): removed. they are needed for oldusa2015-04-241-18/+0
* * win32/win32.c: remove bcc related code.naruse2015-04-231-43/+2
* intern.h: stale declarationsnobu2015-04-071-2/+0
* win32.c: readlinknobu2015-03-231-0/+3
* win32.c: w32_lstati64nobu2015-03-231-0/+3
* win32.c: S_IFLNKnobu2015-03-191-0/+2
* * include/ruby/ruby.h: use rb_gc_writebrrier() simply.ko12015-03-171-11/+2
* ruby.h: suppress false warningsnobu2015-03-161-0/+2
* * include/ruby/ruby.h: introduce new type T_IMEMO.ko12015-03-111-4/+6
* * internal.h: remove struct method_table_wrapper.ko12015-03-051-1/+1
* intern.h: rb_str_new_literalnobu2015-01-031-4/+5
* ruby/version.h: bump API versionnobu2014-12-291-1/+1
* ruby.h: parent in rb_data_type_tnobu2014-12-241-1/+3
* ruby.h: get rid of C++ warningsnobu2014-12-191-2/+2
* * class.c (class_alloc): Strat from age == 2.ko12014-12-111-1/+2
* intern.h: SIZED_ENUMERATORnobu2014-12-031-2/+4
* ruby.h: no warnings of hidden objectsnobu2014-12-031-0/+9
* re.c: rb_reg_region_copynobu2014-12-011-0/+1
* ruby.h: no parent in rb_data_type_tnobu2014-11-291-3/+1
* ruby.h: export keyword argument functionsnobu2014-11-261-0/+2
* * include/ruby/io.h (FMODE_WSPLIT): Removed. The write() system callakr2014-11-181-2/+0