Skip to content

Commit

Permalink
[perl #36057] [PATCH] Fix some typos - 5
Browse files Browse the repository at this point in the history
This patch contains some fixes for typos,

Courtesy of Nick Glencross <nickg@glencros.demon.co.uk>


git-svn-id: https://svn.parrot.org/parrot/trunk@8238 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
Leopold Toetsch committed Jun 1, 2005
1 parent e6b0dca commit 73ba72d
Show file tree
Hide file tree
Showing 10 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion CREDITS
Expand Up @@ -247,7 +247,7 @@ N: Michael G. Schwern
N: Michael Scott N: Michael Scott
D: Getting Started Guide for Parrot, many doc fixes D: Getting Started Guide for Parrot, many doc fixes
D: Mac OS X build fixes D: Mac OS X build fixes
D: HTML documentaion for Parrot D: HTML documentation for Parrot
E: michael_scott@mac.com E: michael_scott@mac.com
W: http://xrl.us/sml W: http://xrl.us/sml


Expand Down
36 changes: 18 additions & 18 deletions ChangeLog
Expand Up @@ -393,7 +393,7 @@


2002-03-16 16:50 ajgough 2002-03-16 16:50 ajgough


* types/: bignum.c, bignum.h: More documentation, seperate * types/: bignum.c, bignum.h: More documentation, separate
functions into public and private sorts, some initial stuff to cope functions into public and private sorts, some initial stuff to cope
with over and underflow correctly. with over and underflow correctly.


Expand Down Expand Up @@ -702,7 +702,7 @@
2002-03-08 21:12 ajgough 2002-03-08 21:12 ajgough


* include/parrot/string.h: Added private flags to string.h, mostly * include/parrot/string.h: Added private flags to string.h, mostly
so that other GCed stuff can also have it's very own private flags. so that other GCed stuff can also have its very own private flags.


2002-03-08 19:53 simon 2002-03-08 19:53 simon


Expand Down Expand Up @@ -1281,7 +1281,7 @@


* Configure.pl, embed.c, pdump.c, hints/mswin32.pl, * Configure.pl, embed.c, pdump.c, hints/mswin32.pl,
include/parrot/parrot.h: this patch adds support for the freely include/parrot/parrot.h: this patch adds support for the freely
availabe borland c++ 5.5.1 compiler available borland c++ 5.5.1 compiler


depends on: - josh's patch to remove ssize_t from CPrederef.pm - depends on: - josh's patch to remove ssize_t from CPrederef.pm -
working borland compiler (compiler must know where to find headers working borland compiler (compiler must know where to find headers
Expand Down Expand Up @@ -2604,7 +2604,7 @@


2002-01-19 07:12 mrjoltcola 2002-01-19 07:12 mrjoltcola


* MANIFEST, core.ops, io.ops, pbc2c.pl: Seperate pure ParrotIO ops * MANIFEST, core.ops, io.ops, pbc2c.pl: Separate pure ParrotIO ops
into io.ops, leave the STDIO wrappers in core.ops until they into io.ops, leave the STDIO wrappers in core.ops until they
disappear. Added debug op for switching on VM debug flag disappear. Added debug op for switching on VM debug flag


Expand Down Expand Up @@ -2729,7 +2729,7 @@
current code. But it will make adding some opcodes easier in the current code. But it will make adding some opcodes easier in the
future, and cleans up a small nit in the current bsr. future, and cleans up a small nit in the current bsr.


Courtesty of Steve Fink <steve@fink.com> Courtesy of Steve Fink <steve@fink.com>


2002-01-15 08:48 brentdax 2002-01-15 08:48 brentdax


Expand Down Expand Up @@ -3284,7 +3284,7 @@
2002-01-07 11:43 simon 2002-01-07 11:43 simon


* Configure.pl: * Configure.pl:
Gobble the + before catenating. Gobble the + before concatenating.


2002-01-07 03:53 dan 2002-01-07 03:53 dan


Expand Down Expand Up @@ -4488,7 +4488,7 @@
take as take as
argument the address where is the opcode number to jump to. argument the address where is the opcode number to jump to.


* There is a bug at some point, but I will start writting * There is a bug at some point, but I will start writing
jit/i386/string.jit and jit/i386/stacks.jit so that we don't jit/i386/string.jit and jit/i386/stacks.jit so that we don't
have use have use
calls, which make the jit as slow as the interpreter. calls, which make the jit as slow as the interpreter.
Expand Down Expand Up @@ -4724,7 +4724,7 @@
The goal is to remove the additional test in the inner loop that The goal is to remove the additional test in the inner loop that
was checking for NULL to decide whether or not to call the was checking for NULL to decide whether or not to call the
prederef() function. Also moved pc & pc_prederef syncing outside prederef() function. Also moved pc & pc_prederef syncing outside
the innner loop. the inner loop.


* Changed the prototype of the prederef() function in * Changed the prototype of the prederef() function in
interpreter.c to match that of an opfunc. interpreter.c to match that of an opfunc.
Expand Down Expand Up @@ -5004,7 +5004,7 @@
We assume that sizeof(INTVAL) <= sizeof(void *), so we can continue We assume that sizeof(INTVAL) <= sizeof(void *), so we can continue
to have inline INTVAL constants. to have inline INTVAL constants.


I've been getting about a 22% speed increase over vanila code path I've been getting about a 22% speed increase over vanilla code path
when I compile with -O0. Advantage decreases at -O9 here. I tested when I compile with -O0. Advantage decreases at -O9 here. I tested
with mops.pbc, and also by temporarily putting the -P flag in with mops.pbc, and also by temporarily putting the -P flag in
Parrot/Test.pm and running all the tests. So, this code is as Parrot/Test.pm and running all the tests. So, this code is as
Expand Down Expand Up @@ -5168,7 +5168,7 @@


* Makefile.in: D'oh! Fixed looping makefile bug. * Makefile.in: D'oh! Fixed looping makefile bug.


Courtesty of: "Jaen Saul" <jaen@saul.ee> Courtesy of: "Jaen Saul" <jaen@saul.ee>


2001-12-12 16:23 jgoff 2001-12-12 16:23 jgoff


Expand Down Expand Up @@ -6069,7 +6069,7 @@
2001-11-02 12:13 gregor 2001-11-02 12:13 gregor


* MANIFEST, time.c, include/parrot/time.h: * MANIFEST, time.c, include/parrot/time.h:
* Removed time.[hc], since they have been superceded by the new * Removed time.[hc], since they have been superseded by the new
platform platform
stuff. stuff.


Expand Down Expand Up @@ -6476,7 +6476,7 @@
hand-modified version of the assembly code produced by the hand-modified version of the assembly code produced by the
Jako compiler from queens.jako. A few unnecessary ops have Jako compiler from queens.jako. A few unnecessary ops have
been removed, lots of unnecessary labels have been removed, been removed, lots of unnecessary labels have been removed,
and all the Jako soure code comments have been removed. and all the Jako source code comments have been removed.


* Makefile and .cvsignore in languages/jako modified so that * Makefile and .cvsignore in languages/jako modified so that
the assembler produces listings when assembling the programs, the assembler produces listings when assembling the programs,
Expand Down Expand Up @@ -6956,7 +6956,7 @@
result for % result for %
are machine-dependent for negative operands, as is the are machine-dependent for negative operands, as is the
action taken action taken
on overflow or underlfow. on overflow or underflow.
-- --
[1], page 41 [1], page 41


Expand Down Expand Up @@ -7049,7 +7049,7 @@
Programming Programming
Language*, Second Edition. Prentice Hall, 1988. Language*, Second Edition. Prentice Hall, 1988.


* Added and modified tests as appropropriate for the above. * Added and modified tests as appropriate for the above.


2001-10-08 08:49 thgibbs 2001-10-08 08:49 thgibbs


Expand Down Expand Up @@ -7256,7 +7256,7 @@
The Assembler.pm module was changed to do late binding of arguments The Assembler.pm module was changed to do late binding of arguments
so that 0 could be treated like 0.0 without having to be so so that 0 could be treated like 0.0 without having to be so
declared. Also, only strings now use the [sc:N] intermediate form declared. Also, only strings now use the [sc:N] intermediate form
as it was unneccesary for integer and float types. as it was unnecessary for integer and float types.


2001-10-05 21:59 gregor 2001-10-05 21:59 gregor


Expand Down Expand Up @@ -7907,7 +7907,7 @@


2001-09-20 22:41 dan 2001-09-20 22:41 dan


* packfile.c: Had some no-value returns. Naugty * packfile.c: Had some no-value returns. Naughty


2001-09-20 22:40 dan 2001-09-20 22:40 dan


Expand Down Expand Up @@ -8619,7 +8619,7 @@


Added in the first mini-language that targets Parrot. Added in the first mini-language that targets Parrot.


Courtesty of: "Gregor N. Purdy" <gregor@focusresearch.com> Courtesy of: "Gregor N. Purdy" <gregor@focusresearch.com>


2001-09-14 15:20 dan 2001-09-14 15:20 dan


Expand Down Expand Up @@ -8809,7 +8809,7 @@


2001-09-12 19:48 dan 2001-09-12 19:48 dan


* t/euclid.pasm: Implementation of Euclid's Algorithm, courtesty of * t/euclid.pasm: Implementation of Euclid's Algorithm, courtesy of
Gregor Purdy Gregor Purdy


2001-09-12 19:39 dan 2001-09-12 19:39 dan
Expand Down
4 changes: 2 additions & 2 deletions Configure.pl
Expand Up @@ -185,12 +185,12 @@ =head2 Command-line Options
=item C<--icu-config=/path/to/icu-config> =item C<--icu-config=/path/to/icu-config>
Use the specified icu-config script to determine the neccessary ICU options. Use the specified icu-config script to determine the necessary ICU options.
Use --icu-config=none to disable the autodetect feature. Parrot will Use --icu-config=none to disable the autodetect feature. Parrot will
then be build with its own ICU. then be build with its own ICU.
B<Note:> If you specifiy another ICU option than --icu-config, the B<Note:> If you specify another ICU option than --icu-config, the
autodetection functionality will be disabled. autodetection functionality will be disabled.
=item C<--icuplatform=(platform)> =item C<--icuplatform=(platform)>
Expand Down
4 changes: 2 additions & 2 deletions NEWS
Expand Up @@ -29,7 +29,7 @@ Parrot 0.1.1 is an intermediate release with tons of updates and fixes.
- MMD - multi method dispatch for binary vtable methods - MMD - multi method dispatch for binary vtable methods
- Library improvement and cleanup - Library improvement and cleanup
- BigInt, Complex, *Array, Slice, Enumerate, None PMC classes - BigInt, Complex, *Array, Slice, Enumerate, None PMC classes
- IA64 and hppa JIT supprt - IA64 and hppa JIT support
- Tons of fixes, improvements, new tests, and documentation updates. - Tons of fixes, improvements, new tests, and documentation updates.
A lot is unfinished and keeps changing. Nethertheless Parrot is stable A lot is unfinished and keeps changing. Nethertheless Parrot is stable
and usable at the surface, while internals are moving. and usable at the surface, while internals are moving.
Expand Down Expand Up @@ -240,7 +240,7 @@ New in 0.0.3
- Jako updates: subroutines, more example programs, optimizations - Jako updates: subroutines, more example programs, optimizations
- test_prog renamed to 'parrot' - test_prog renamed to 'parrot'


- Added fatures to the assembler: @ for current location, and global - Added features to the assembler: @ for current location, and global
labels labels
- Build tweaks for VMS - Build tweaks for VMS
- Bytecode typing clean-ups - Bytecode typing clean-ups
Expand Down
2 changes: 1 addition & 1 deletion PLATFORMS
@@ -1,4 +1,4 @@
Parrot was reported to compile and run tests successfuly on these platforms: Parrot was reported to compile and run tests successfully on these platforms:


Platform B8 Runloops Feature Comp Test Inst YYYYMMDD Platform B8 Runloops Feature Comp Test Inst YYYYMMDD
CGoto JIT EXEC Thr Sig CGoto JIT EXEC Thr Sig
Expand Down
2 changes: 1 addition & 1 deletion README.win32
Expand Up @@ -138,7 +138,7 @@ XXX


$MAKE win32-inno-installer $MAKE win32-inno-installer


This command creats a setup-parrot-x.y.z.exe that contains all parrot install This command creates a setup-parrot-x.y.z.exe that contains all parrot install
directories. directories.


=head2 Usage Hints =head2 Usage Hints
Expand Down
2 changes: 1 addition & 1 deletion docs/gettingstarted.pod
Expand Up @@ -47,7 +47,7 @@ C<rsync -av --delete svn.perl.org::parrot-HEAD parrot>


=back =back


The abobe instructions are also on the Parrot website: The above instructions are also on the Parrot website:


http://www.parrotcode.org/source.html http://www.parrotcode.org/source.html


Expand Down
2 changes: 1 addition & 1 deletion docs/pdds/pdd08_keys.pod
Expand Up @@ -235,7 +235,7 @@ specified using two words. The first word is a type specifier:


1 - Integer constant 1 - Integer constant
2 - Number constant 2 - Number constant
4 - String contant 4 - String constant
7 - Integer register 7 - Integer register
8 - Number register 8 - Number register
9 - PMC register 9 - PMC register
Expand Down
2 changes: 1 addition & 1 deletion ops/core.ops
Expand Up @@ -410,7 +410,7 @@ and invoke'ing it.


=item B<returncc>() =item B<returncc>()


Return from the sub or method via the current continuatio. Return from the sub or method via the current continuation.


=cut =cut


Expand Down
10 changes: 5 additions & 5 deletions parrotbug
Expand Up @@ -568,7 +568,7 @@ Usage: $0 [OPTIONS] [ACTIONS]
Options: Options:
--ok Report successful build on this system to parrot --ok Report successful build on this system to parrot
developpers. Only use --ok if *everything* was ok: developers. Only use --ok if *everything* was ok:
if there were *any* problems at all, use --nok. if there were *any* problems at all, use --nok.
--nok Report unsuccessful build on this system. --nok Report unsuccessful build on this system.
--subject <subject> Subject to include with the message. --subject <subject> Subject to include with the message.
Expand All @@ -580,7 +580,7 @@ Options:
--input-file File containing the body of the report. Use this --input-file File containing the body of the report. Use this
to quickly send a prepared message. to quickly send a prepared message.
--output-file File where parrotbug will save its bug report. --output-file File where parrotbug will save its bug report.
--to <address> Email adress to send report to. (testing only) --to <address> Email address to send report to. (testing only)
Note: you will be prompted if the program miss some information. Note: you will be prompted if the program miss some information.
Expand Down Expand Up @@ -731,11 +731,11 @@ Note: you will be prompted if the program miss some information.
=item B<--nok> =item B<--nok>
Report unsuccessful build on this system to parrot developpers. Report unsuccessful build on this system to parrot developers.
=item B<--ok> =item B<--ok>
Report successful build on this system to parrot developpers Only use Report successful build on this system to parrot developers Only use
C<--ok> if B<everything> was ok; if there were B<any> problems at all, C<--ok> if B<everything> was ok; if there were B<any> problems at all,
use C<--nok>. use C<--nok>.
Expand Down Expand Up @@ -778,7 +778,7 @@ File where parrotbug will save its bug report, if you ask it to do so.
=item B<--to> =item B<--to>
Email adress to send report to. (for testing purposes only) Email address to send report to. (for testing purposes only)
=back =back
Expand Down

0 comments on commit 73ba72d

Please sign in to comment.