- Timestamp:
- 10/17/06 08:27:13 (2 years ago)
- svk:copy_cache_prev:
- 21206
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
r14384 r14385 119 119 === New modules 120 120 121 * [ext/Automata-Cellular/] - Build and render Cellular Automata on a terminal121 * [ext/Automata-Cellular/] - Build and render cellular automata in a terminal 122 122 * [ext/Math-Basic/] - Basic mathematical functions and constants 123 123 * [ext/Math-Random-Kiss/] - Pseudo-random number generator … … 129 129 * Added basic tests for `escapeHTML` and `unescapeHTML`, which were broken 130 130 * Added new tests for `PATH_INFO` 131 * Allow Initializing the CGI object with a hash of paramemters131 * Allow initializing the CGI object with a hash of parameters 132 132 * Implemented the `Dump` function adapted from Perl 5's CGI.pm 133 * Only send the Content-Type header if we actually have a content-type134 * Only send the Status header if it's a redirect, or if it's explicitly added135 * Refactored into an OO-only module , breaking backwards compatibility.133 * Only send the Content-Type: header if we actually have a content-type 134 * Only send the Status: header if it's a redirect, or if it's explicitly added 135 * Refactored into an OO-only module. N.B.: this breaks backwards compatibility! 136 136 * Renamed the `content_type` method to `type` for compatibility 137 137 * Renamed the `cookies` attribute to `cookie` for compatibility 138 * Some work on charset shandling, though a `charset` method is still missing138 * Some work on charset handling, though a `charset` method is still missing 139 139 140 140 === [ext/HTTP-Server-Simple/] … … 153 153 === [ext/Test/] 154 154 155 * Converted `Test.pm` documentation from Kwid to POD syntax 156 * Removed the `eval_ok` and `eval_is` functions; use `is eval` instead 155 * Converted `Test.pm` documentation from Kwid to Pod syntax 156 * Removed the `eval_ok` and `eval_is` functions; use `is eval` instead, 157 which runs its string in the current lexical scope rather than 158 in Test's (which is usually what you want) 157 159 158 160 == Test Suite … … 175 177 * Smoke client now uploads raw `.yml` results as well as `.html` 176 178 * The smokeserver now annotates the spec with test results 177 * See SYNlinks on [http://smoke.pugscode.org/] for this in action179 * See the `SYN` links on [http://smoke.pugscode.org/] for this in action 178 180 179 181 === [t/02-test-pm/] … … 188 190 === [t/closure_traits/] 189 191 190 * A new test subdirectory dedicated to test closure traits192 * A new test subdirectory to test closure traits (FIRST, LAST, etc.) 191 193 192 194 === [t/] … … 194 196 * Added many, many more smartlinks into the spec 195 197 * All tests now begins with `use v6-alpha;` instead of `use v6;` 196 * Converted `eval_ok` and `eval_is` to `ok eval` and `is eval` 198 * Converted `eval_ok` and `eval_is` to `ok eval` and `is eval`, so that 199 eval'd strings will be run in the lexical scope in which they 200 are defined, rather than in Test.pm's scope 197 201 * Merged [t_disabled/] back into the main test suite 198 202 * Removed `#!/usr/bin/pugs` from all test files … … 207 211 === [misc/runpugs/] 208 212 209 * Aweb teminal for running an interactive Pugs shell on the web213 * New feature: a web teminal for running an interactive Pugs shell on the web 210 214 * WebTerminal: A library for building web terminals for interactive shells 211 215 * See [http://run.pugscode.org/] for a live demo … … 219 223 === [docs/Perl6/Spec/] 220 224 221 * A new S16 draft for IO/IPC/ Signals as [docs/Perl6/Spec/IO.pod]222 * A new S26 draft for Documentation as [docs/Perl6/Spec/Documentation.pod]225 * A new S16 draft for IO/IPC/signals as [docs/Perl6/Spec/IO.pod] 226 * A new S26 draft for documentation as [docs/Perl6/Spec/Documentation.pod] 223 227 * Revamped S29 draft in [docs/Perl6/Spec/Functions.pod] 224 228 225 229 === [docs/Pugs/Doc/] 226 230 227 * New directory for Pugs-specific documentation s231 * New directory for Pugs-specific documentation 228 232 * Haskell style guide for Pugs hackers in [docs/Pugs/Doc/Hack/Style.pod] 229 233
