Skip to content

Commit

Permalink
Fixed a bug in primrec.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarrod committed Jan 24, 2009
1 parent 2c5ba03 commit 44d540e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions changes.yml
Expand Up @@ -14,10 +14,13 @@ Ignore:
putch: Feels out of place. just use 'chr print'
app1: Same as unary, and broken in joy. If someone give me a good reason to add this I will.
app11: Also broken in joy, seems to serve no real purpose.
app12: Confusing and could just as well be done using [unary2 pop].
app12: Confusing and could just as well be done using [unary2 rolldownd pop].
ferror: Parrot handles filehandle errors with exceptions.
setecho: Print source as you run? Seriously? I don't even know if this would work very well in fun.
echo: Naw dude. Naw.
undefs: This doesn't seem useful?
clock: Any kind of hi-res time should be handled better than using c's std clock.


Alts:
- compare: 'cmp'
Expand Down Expand Up @@ -62,7 +65,6 @@ Alts:
rationale: Shorter, more common name.
- fputchars: 'fputs'
rationale: Consistant with the putchars change.

- fputstring: 'fputs'
rationale: Duplicate of a depreciated function.

Expand Down
2 changes: 1 addition & 1 deletion src/builtins/combinators.pir
Expand Up @@ -192,7 +192,7 @@ int_loop:
goto int_loop
str_loop:
x = '!@str2list'(x)
x = '!@str2chars'(x)
list_loop:
unless x goto combine
inc count
Expand Down

0 comments on commit 44d540e

Please sign in to comment.