root/src/Pugs/Prim

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @22988 [22988] 8 days audreyt * GHC 6.10 support, part 1 of 3: Adjust for Map.lookup's new signature.
(edit) @21699 [21699] 4 months audreyt * The logical consequence of r21698.
(edit) @21677 [21677] 4 months audreyt * Reflect data-dir changes.
(edit) @21673 [21673] 4 months audreyt * Import Pugs 6.2.13.11 from Hackage into our source tree. * Highlights: …
(edit) @17871 [17871] 14 months ryporter replace improper use of length() in my previous check-in, because it …
(edit) @17868 [17868] 14 months moritz List.hs: .first returns undef if no match was found A haskell guru should …
(edit) @17865 [17865] 14 months ryporter adding support for first() to pugs
(edit) @17178 [17178] 16 months masak [Prim/Code.hs] * corrections from auto-review ;)
(edit) @17177 [17177] 16 months masak [Prim/Code.hs] * <anon> coderefs are now treated properly * I have no idea …
(edit) @17149 [17149] 16 months masak [Code.hs] * made subName qualified so that Test.pm reports expected values …
(edit) @17044 [17044] 17 months audreyt * Thanks to HPC, continue to eliminate a whole lot of can't-be-reached …
(edit) @17042 [17042] 17 months audreyt * Switch from System.Time to the newer Data.Time modules for …
(edit) @16627 [16627] 18 months gaal * reintroduce the description field in CompUnit?, and chase codeGens to …
(edit) @16626 [16626] 18 months gaal * chase breakage from r16625, reported by TimToady?++
(edit) @16625 [16625] 18 months gaal * separate internals functions for loading yaml strings and files
(edit) @16573 [16573] 18 months moritz fixed looping each() with empty arg list, introduced in previous commit
(edit) @16572 [16572] 18 months moritz fixed zip to truncate to the shortest list
(edit) @16384 [16384] 18 months audreyt * &map into a nullary block should still consume the list.
(edit) @16373 [16373] 18 months audreyt * Change the MPad data type to be a standalone datatype, instead of the …
(edit) @16341 [16341] 18 months audreyt * Tonights work
(edit) @16328 [16328] 18 months audreyt * Done with the parser part.
(edit) @15829 [15829] 20 months audreyt * Revert r15828 as promised.
(edit) @15828 [15828] 20 months audreyt * Snapshot merge of the pad branch into trunk. Tests mostly passes; …
(edit) @15777 [15777] 20 months audreyt * Gain another ~10% on startup speed (Prelude+Test) by simply changing …
(edit) @15751 [15751] 20 months audreyt * typo again…
(edit) @15750 [15750] 20 months audreyt * err typo.
(edit) @15748 [15748] 20 months audreyt * DriFT.YAML: Attempt to delay GC of stable pointers.
(edit) @15737 [15737] 20 months audreyt * Pugs.*: Chase the envClasses change. This concludes the envClasses …
(edit) @15616 [15616] 21 months audreyt * Change all liftSTM into stm and all liftIO into io.
(edit) @15573 [15573] 21 months audreyt Pugs.Prim.*: Chase retError/Sym changes.
(edit) @15509 [15509] 21 months gaal * split-on-a-string method. Can be made more efficient.
(edit) @15508 [15508] 21 months gaal * unbreak the build again
(edit) @15484 [15484] 21 months audreyt * Pugs.Prim.Keyed: Fix keyed access into PerlSV.
(edit) @15460 [15460] 21 months audreyt * Pugs.Prim.Keyed: Finally got the fixpoint trick right this time.
(edit) @15450 [15450] 21 months audreyt Pugs.Prim.Keyed: Avoid import warnings.
(edit) @15444 [15444] 21 months audreyt * Pugs.Prim.Keyed: Rescind broken fixpoint trick. In any case most of …
(edit) @15443 [15443] 21 months audreyt * Try making old-land Val Typeable in a -boot file to avoid most of the …
(edit) @15440 [15440] 21 months audreyt * Pugs.Prim.Keyed: Use gaal++'s fixpoint trick to refactor the …
(edit) @15425 [15425] 21 months audreyt * Massive Haddoc-compatibility fix to make all modules haddockable.
(edit) @15422 [15422] 21 months audreyt * To promote any boxable value to newland Val, use "mkVal" now instead …
(edit) @15328 [15328] 21 months lwall More X/Z fixes t/operators/precedence.t was using old precedence table
(edit) @15325 [15325] 21 months audreyt * Remove debug warnings for :T etc.
(edit) @15324 [15324] 21 months audreyt * Support for the full test of file test operators: oRWXOlpSbctugkTB …
(edit) @15297 [15297] 21 months audreyt * Revert the previous patch; everything back to normal.
(edit) @15296 [15296] 21 months audreyt * Convert VStr from String to ByteString?, and Syn from String to ID, in …
(edit) @15202 [15202] 22 months audreyt * Implement ** for imaginary numbers. The check for **0 isn't quite …
(edit) @15201 [15201] 22 months audreyt * Numeric primitives for complex numbers.
(edit) @15165 [15165] 22 months audreyt * Filetest operators are now removed; use smartmatch against Pairs …
(edit) @14999 [14999] 23 months audreyt * Pugs.Prim.List: Remove an unneccessary toInteger.
(edit) @14933 [14933] 2 years luqui Implemented XX (but not the metaoperator).
(edit) @14927 [14927] 2 years luqui Implemented @list.pick(*).
(edit) @14926 [14926] 2 years luqui Made pick faster.
(edit) @14925 [14925] 2 years luqui Implemented @list.pick(num).
(edit) @14635 [14635] 2 years audreyt * Pugs.Prim.FileTest?: Repair compilation on GHC 6.4.
(edit) @14599 [14599] 2 years allbery_b AUTHORS: hello, world\n :) src/Pugs/Compat.hs: added file time …
(edit) @14478 [14478] 2 years audreyt * Pugs.Prim.List: MVar-based synchronization is much better also for …
(edit) @14467 [14467] 2 years audreyt * Pugs.Prim.List: All Hyper operators, including @foo.>>method, are …
(edit) @14351 [14351] 2 years audreyt * Pugs.Embed.Perl5: Correctly find out the installed version of …
(edit) @14337 [14337] 2 years audreyt * Remove Judy from the Pugs build process. This is a pervasive change …
(edit) @14275 [14275] 2 years audreyt * Make the Pugs shell use the shiny new ControlContinuation?.
(edit) @14193 [14193] 2 years audreyt * Rename DrIFT.YAML's addressOf to stableAddressOf, as it's returning …
(edit) @14140 [14140] 2 years audreyt * Pugs.Prim.List: "join(1, [2, 3])" shouldn't flatten into "join(1, 2, …
(edit) @14120 [14120] 2 years audreyt * Pugs.Prim.Eval: Change resetT to tryT.
(edit) @14113 [14113] 2 years audreyt r14985@T: audreyt | 2006-10-09 16:45:12 +0800 * Use MonadError? instead …
(edit) @14019 [14019] 2 years audreyt * Pugs.Prim.Eval: INIT blocks should be run as soon as eval"" finishes …
(edit) @13976 [13976] 2 years audreyt * Pugs.Prim.List: Remove the commented-out special case for .map and …
(edit) @13971 [13971] 2 years audreyt * Fix t/xx-uncategorized/pair_in_array.t - A single pair in slurpy …
(edit) @13925 [13925] 2 years audreyt * Pugs.Prim.Keyed: Instead of allowing 1.delete(); to return undef, …
(edit) @13903 [13903] 2 years audreyt * Add support for transliteration: tr/// y/// $x tr/// …
(edit) @13823 [13823] 2 years audreyt * oops, the slurpy-param count fix accidentally broke named args.
(edit) @13763 [13763] 2 years audreyt * Pugs.Prim.List: Make max/min not compare the first element twice.
(edit) @13744 [13744] 2 years audreyt * In m:g/(1)|(2)/, only return the successfully matched subcaptures, not …
(edit) @13728 [13728] 2 years lanny * implemented cat()
(edit) @13726 [13726] 2 years lanny * implemented roundrobin()
(edit) @13718 [13718] 2 years audreyt * Make interpolating <<$x>> behave a bit more like <<literal>>: my $x …
(edit) @13717 [13717] 2 years audreyt * Prefix + now takes arbitrary-precision integers; it's simply: sub …
(edit) @13710 [13710] 2 years audreyt * Unicode support for the embedded Perl5 bridge. (This takes effect iff …
(edit) @13681 [13681] 2 years audreyt * Even more GHC 6.4 voodoo…
(edit) @13679 [13679] 2 years audreyt * Vain attempt to silence 6.4 compilation error
(edit) @13678 [13678] 2 years audreyt * Pugs.Prim.List: Add support for list-associative reductions, such as …
(edit) @13513 [13513] 2 years audreyt * Pugs.Prim.Match: Allow selection of PGE instead of PCR by setting an …
(edit) @13464 [13464] 2 years audreyt * Source file expandtab.
(edit) @13373 [13373] 2 years audreyt * More attempt at fixing PCR bridge
(edit) @13369 [13369] 2 years audreyt * remove "PGE" from msg text
(edit) @13365 [13365] 2 years audreyt * Finish the s:g/evalPGE/evalPGR/ transition. * Remaining open issues: …
(edit) @13231 [13231] 2 years audreyt * t/unspecced/precompile.t: Some filesystems only have two-second-level …
(edit) @13182 [13182]