| CODENOTIFIER | HelpYou are not signed inSign in |
| Revision | Author | Date | Description |
|---|---|---|---|
| 8624 | headius | 07 Jan 2009 02:30:26 | Arity-split rescue args. Doesn't help performance much, probably way overshadowed by the cost of rescue itself. |
| 8623 | headius | 07 Jan 2009 00:49:40 | Fix statement-based "and" with a modifier; lack of post exec value popping was breaking compilation. |
| 8622 | headius | 07 Jan 2009 00:49:15 | Modification for optimized fixnum switch to support multi-arg fixnum whens. |
| 8621 | lopex | 06 Jan 2009 19:58:21 | Remove no longer used paths. |
| 8620 | lopex | 06 Jan 2009 19:39:23 | Do not create RubyRegexp instance also for String#scan/sub/gsub String arguments. Saved tons of GC pressure for string heavy code. |
| 8619 | enebo | 06 Jan 2009 17:59:50 | [WINDOWS] Apparently native does not neccesarily make .bat files CRLF with all clients... |
| 8618 | lopex | 06 Jan 2009 16:44:27 | Even faster String#split (doesn't create RubyRegexp instance). |
| 8617 | enebo | 06 Jan 2009 14:55:42 | JRUBY-3287: Add public RubyInstanceConfig#setCompatVersion |
| 8616 | lopex | 06 Jan 2009 14:49:36 | Use pattern encoding in Regexp#encoding. |
| 8615 | lopex | 06 Jan 2009 14:45:09 | Remove KCODE_FIXED from RubyRegexp. |
| 8614 | lopex | 06 Jan 2009 14:41:21 | Split getPattern in RubyString for quoted/not quoted. |
| 8613 | lopex | 06 Jan 2009 13:48:32 | Append kcode in Regexp#inspect. |
| 8612 | lopex | 06 Jan 2009 13:28:11 | Another round of Regexp refactoring, make most initialization/cache lookup code to Regexp instance independent methods so we can toss plain Joni regexps around. |