aboutsummaryrefslogtreecommitdiffstats
path: root/defines.h
Commit message (Expand)AuthorAgeFilesLines
* * defines.h (FLUSH_REGISTER_WINDOWS): defined for IA64.akr2005-07-021-0/+3
* * configure.in: Check for the availability of pid_t, gid_t and uid_t andnobu2005-05-141-1/+0
* * defines.h: include <net/socket.h> to get fd_set definition in BeOS.ocean2004-04-141-1/+5
* * defines.h: define RUBY_MBCHAR_MAX instead of MB_CUR_MAX.siena2004-01-211-0/+5
* * defines.h (_WIN32): undef _WIN32 on Cygwin before defining DOSISH.eban2004-01-171-3/+4
* * configure.in: install rdoc by default. if you do not want tomatz2004-01-101-10/+69
* * configure.in (ac_cv_func_setitimer): moved from defines.hnobu2003-12-221-9/+0
* * configure.in (AC_PROG_YACC): AC_DEFINE(OLD_YACC) if Yacc is foundmatz2003-12-031-1/+1
* * defines.h (ENV_IGNORECASE): should define when DOSISH withoutusa2003-11-251-1/+1
* * gc.c (Init_stack): stack region is far smaller than usual ifmatz2003-11-221-6/+14
* * lib/resolv-replace.rb: 1.8 compliance. [ruby-talk:82946]nobu2003-09-261-1/+1
* * defines.h (flush_register_windows): use volatile only for gcc onnobu2003-09-261-4/+9
* * configure.in (AC_C_VOLATILE): check if volatile works.nobu2003-07-241-4/+0
* * defines.h (PATH_ENV): name of PATH environment. [new].usa2003-06-201-0/+10
* * configure.in: should not use def file, use ld witheban2003-06-011-1/+1
* * configure.in, bcc32/Makefile.sub, win32/Makefile.sub: definenobu2003-03-041-7/+9
* Exchange do { } while (0) for ((void)0)michal2003-01-211-3/+5
* -Wall cleanups (removed unused vars, no 'code has no effect' warnings)michal2003-01-161-4/+2
* FLUSH_REGISTER_WINDOWS must not be empty. Set to NULL instead.knu2003-01-041-1/+1
* * defines.h (FLUSH_REGISTER_WINDOWS): Make the flushw call anknu2003-01-041-6/+11
* * array.c (rb_ary_transpose): Properly declare ary as a VALUE.knu2002-12-311-1/+3
* * configure.in, defines.h, dir.c, dir.h, dln.c, error.c,uema22002-12-151-7/+13
* WinCE patch mergedmatz2002-12-021-3/+3
* defines.h: hack for the case sizeof(short) == sizeof(int)matz2002-11-181-1/+6
* * variable.c (rb_obj_remove_instance_variable): raise NameError ifmatz2002-04-101-0/+17
* * the VMS support patch submitted by Akiyoshi, Masamichimatz2002-03-221-0/+4
* * re.c (rb_reg_match): should clear $~ if operand is nil.matz2002-03-141-2/+1
* * parse.y (expr_value, arg_value, primary_value): value_expr()matz2002-02-181-0/+43
* * process.c (rb_f_system): abandon vfork.matz2002-01-041-5/+9
* * configure.in: remove unnecessary AC_CANONICAL_BUILDeban2001-05-281-1/+1
* * eval.c (block_pass): should not downgrade safe level.matz2001-05-021-0/+10
* ebaneban2000-09-241-1/+1
* matzmatz2000-07-271-0/+2
* 2000-05-30matz2000-05-301-2/+0
* support mingw32.eban2000-05-131-0/+3
* 2000-05-09matz2000-05-091-1/+9
* 2000-02-17matz2000-02-171-0/+2
* 2000-02-01matz2000-02-011-1/+5
* 20000105matz2000-01-051-2/+2
* 19991012matz1999-10-121-1/+1
* 1.4.1 to bematz1999-08-241-1/+1
* 1.4.0matz1999-08-131-9/+14
* This commit was generated by cvs2svn to compensate for changes in r372,matz1999-01-201-6/+18
* This commit was generated by cvs2svn to compensate for changes in r11,matz1998-01-161-1/+1
* Initial revisionv1_0_r2matz1998-01-161-0/+50