| Commit message (Expand) | Author | Age | Files | Lines |
* | Reverse change #31978 | Rafael Garcia-Suarez | 2007-10-03 | 1 | -5/+0 |
* | /cygdrive is configurable | Jerry D. Hedden | 2007-10-02 | 1 | -1/+12 |
* | was Re: Freeze ? | John Peacock | 2007-10-02 | 1 | -1/+13 |
* | Change 31977 introduced a bug (failing to set the return value of | Nicholas Clark | 2007-09-26 | 1 | -5/+16 |
* | Check rename() under Cygwin | Jerry D. Hedden | 2007-09-26 | 1 | -1/+1 |
* | RE: [PATCH] use 5.010 is ugly; use 5.10.0 warns | Robin Barker | 2007-09-26 | 1 | -0/+5 |
* | Re: Smoke [5.10.0] 31938 FAIL(F) netbsd 3.1 (i386/1 cpu) | Abe Timmerman | 2007-09-25 | 1 | -1/+1 |
* | Re: [perl #45605] Regexp failure with utf8-flagged string and byte-flagged pa... | Tels | 2007-09-25 | 1 | -1/+9 |
* | Revert #31942, as it was inconsistent between threaded and | H.Merijn Brand | 2007-09-23 | 1 | -1/+1 |
* | netbsd's setlocale () doesn't support LC_COLLATE and LC_NUMERIC | Abe Timmerman | 2007-09-23 | 1 | -1/+1 |
* | Fix bug 45607 - for the corner case *{"BONK"} = \&{"BONK"} the order | Nicholas Clark | 2007-09-22 | 1 | -1/+10 |
* | t/TEST doesn't check exit (was Re: Test::More bug?) | Michael G. Schwern | 2007-09-19 | 1 | -0/+6 |
* | Fix spelling errors in comments. | Nicholas Clark | 2007-09-17 | 1 | -4/+4 |
* | [perl #45337] utf8 + "[a]a{2}" + /$.../ = panic: sv_len_utf8 cache | Dave Mitchell | 2007-09-14 | 1 | -1/+10 |
* | silence warning in new state.t test (spotted by Jerry Hedden) | Dave Mitchell | 2007-09-10 | 1 | -1/+1 |
* | Re: [perl #44623] Optimized magic_setisa has bug | Rick Delaney | 2007-09-10 | 1 | -4/+1 |
* | when anon subs are cloned, the 'assign once only' flag should be | Dave Mitchell | 2007-09-10 | 1 | -1/+16 |
* | ununit pos value warning identified the wrong variable name | Dave Mitchell | 2007-09-09 | 1 | -0/+16 |
* | state variables shouldn't be shared between anon subs | Dave Mitchell | 2007-09-09 | 1 | -1/+13 |
* | For now, forbid all list assignment initialisation of state variables, | Nicholas Clark | 2007-09-08 | 1 | -12/+26 |
* | Remove the 'err' keyword | Rafael Garcia-Suarez | 2007-09-07 | 5 | -92/+3 |
* | Fix t/op/magic.t failures under Cygwin | Jerry D. Hedden | 2007-09-07 | 1 | -1/+11 |
* | More tests | Abigail | 2007-09-06 | 1 | -2/+175 |
* | Bump version number to 5.10.0. | Rafael Garcia-Suarez | 2007-09-06 | 2 | -6/+7 |
* | Make state $zok = slosh(); behave as the Perl 6 design with an implicit | Nicholas Clark | 2007-09-06 | 1 | -7/+8 |
* | Compress* 2.006 | Paul Marquess | 2007-09-02 | 3 | -3/+3 |
* | Following Jan's advice, remove Cygwin::is_textmount(), | Rafael Garcia-Suarez | 2007-08-31 | 1 | -2/+1 |
* | Re: [PATCH] Cygwin::mount_table, Cygwin::mount_flags | Yitzchak Scott-Thoennes | 2007-08-29 | 1 | -0/+1 |
* | Revert/fix 31731 - Empty PATH taint test on Cygwin | Jerry D. Hedden | 2007-08-28 | 1 | -11/+1 |
* | Test that all the unknown command line flags are unknown. | Nicholas Clark | 2007-08-25 | 1 | -6/+8 |
* | Get Cwd->cwd() to work under Cygwin | Jerry D. Hedden | 2007-08-20 | 1 | -1/+3 |
* | Typo prevented test from doing what it meant to do. | Yves Orton | 2007-08-18 | 1 | -1/+1 |
* | TRIE must use 'yes' state transitions when more than one match possible to en... | Marcus Holland-Moritz | 2007-08-18 | 1 | -1/+20 |
* | [perl #44647] [PATCH] Add a test for overload::constant 'integer' across use's. | Shlomi Fish | 2007-08-18 | 1 | -0/+55 |
* | Change 31710 causes t/op/taint.t to fail | Reini Urban | 2007-08-18 | 1 | -1/+10 |
* | Test update to demonstrate @ISA assignment bug: | Rick Delaney | 2007-08-15 | 1 | -1/+36 |
* | Cygwin::mount_table, Cygwin::mount_flags | Reini Urban | 2007-08-14 | 1 | -3/+21 |
* | Re: [PATCH] Adding more information to "Unrecognized character" error in toke.c | Claes Jacobsson | 2007-08-10 | 1 | -1/+5 |
* | Test '-x dir' | Jerry D. Hedden | 2007-08-09 | 3 | -3/+53 |
* | Fix typos in comments. | Nicholas Clark | 2007-07-30 | 1 | -2/+2 |
* | Oops, 31665 was empty. | Craig A. Berry | 2007-07-29 | 1 | -2/+3 |
* | Various fixes for EBCDIC platforms. | Steve Peters | 2007-07-23 | 1 | -3/+3 |
* | [perl #43425] local $[: fix scoping during parser error handling. | Dave Mitchell | 2007-07-16 | 1 | -5/+2 |
* | Silence mandatory warning by using @# instead of $#. | Rafael Garcia-Suarez | 2007-07-13 | 1 | -1/+1 |
* | Link TODO test to appropriate RT ticket | Rafael Garcia-Suarez | 2007-07-12 | 1 | -1/+1 |
* | Turn the "$# / $* is no longer supported" warnings into | Rafael Garcia-Suarez | 2007-07-11 | 1 | -3/+2 |
* | Re: [perl #43545] 'no warnings' effects $@. | Rick Delaney | 2007-07-11 | 1 | -2/+9 |
* | Fix assertion failure on failed magic eval - eg FETCH {eval'('} | Dave Mitchell | 2007-07-10 | 1 | -1/+22 |
* | cygwin path conversions, take 4 | Reini Urban | 2007-07-09 | 1 | -1/+13 |
* | Upgrade to base and fields 2.12, mostly by Michael G Schwern | Rafael Garcia-Suarez | 2007-07-06 | 2 | -0/+10 |