Skip to content

Commit

Permalink
Version 4.8.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ursetto committed Mar 12, 2013
1 parent f4da535 commit 091c3d9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion NEWS.stability
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,13 @@ f04025c trivial change to describe-output not so trivial after all

-----------------------------------

Changes in HEAD:
Changes in 4.8.0.3:

25ac9d2 When checking whether an FD is ready for input or output, also check for special situations (error, device/FIFO/pipe hangup and invalid FD) in the poll() implementation of the scheduler. This fixes a CPU consumption bug in waiting for process-ports on Linux (thanks to Mario Goulart for finding the bug).
102cb03 escape single backslash in symbols when printing
5467518 fixed types.db entry for join - contributed J. Altfas
c55423b Fix mutex-lock! type signature (thanks to Joerg Wittenberger for reporting this bug)
a09308b Test r/w invariance for symbols containing escaped backslash
c08d44d setup-download: fix +url-regex+ and deconstruct-url to match urls with path=/ or no path when port number is provided
cf1e850 Add chicken-install fix to NEWS

2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
(c) 2008-2013, The Chicken Team
(c) 2000-2007, Felix L. Winkelmann

version 4.8.0.2
version 4.8.0.3


1. Introduction
Expand Down
2 changes: 1 addition & 1 deletion buildversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.8.0.2
4.8.0.3
2 changes: 1 addition & 1 deletion manual/The User's Manual
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<img style="float:right; border-left:1px solid #ccc;border-bottom:1px solid #ccc;margin-left:1em;" src="http://www.call-with-current-continuation.org/chicken4.png" alt="Stylized picture of a chicken"/>
</nowiki>

This is the manual for Chicken Scheme, version 4.8.0.2
This is the manual for Chicken Scheme, version 4.8.0.3

; [[Getting started]] : What is CHICKEN and how do I use it?

Expand Down

0 comments on commit 091c3d9

Please sign in to comment.