Skip to content

Commit

Permalink
Last minute changes.
Browse files Browse the repository at this point in the history
git-svn-id: svn://helios.math.rwth-aachen.de/home2/thuban/svnuser/REPOSITORY/io/trunk@327 fe943924-0cfe-0310-992e-f7ec16831e91
  • Loading branch information
neunhoef committed Oct 3, 2007
1 parent 1fdffbc commit 407d886
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 10 deletions.
3 changes: 2 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
- Add understanding of chunked transfer encoding.
- Make IO compile on FreeBSD.
- Added IO_getpid, IO_getppid, IO_kill.
- Released revision xxx as 2.3
- Change license to GPL V2 or later.
- Released revision 317 as 2.3


==========================
Expand Down
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This IO package is

Copyright (C) by Max Neunh�ffer
Copyright (C) by Max Neunhöffer

It may be freely distributed under the terms of the GNU public license
(see GPL in this directory), version 2.
(see GPL in this directory), version 2 or later.
2 changes: 1 addition & 1 deletion PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Version := "2.3",

## Release date of the current version in dd/mm/yyyy format.
#
Date := "27/09/2007",
Date := "03/10/2007",

## URL of the archive(s) of the current package release, but *without*
## the format extension(s), like '.zoo', which are given next.
Expand Down
3 changes: 0 additions & 3 deletions TODO
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
HTTP/1.1-Konformitaet -> Alexander Konovalovs Tests mit Online int seq site
chunked transfer

future:

??? access to utime/utimes?
Expand Down
3 changes: 2 additions & 1 deletion doc/io.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,15 @@
<Address>
School of Mathematics and Statistics
Mathematical Institute
University of St Andrews
North Haugh
St Andrews, Fife KY16 9SS
Scotland, UK
</Address>
<Email>[email protected]</Email>
<Homepage>http://www-groups.mcs.st-and.ac.uk/&tilde;neunhoef</Homepage>
</Author>
<Date>September 2007</Date>
<Date>October 2007</Date>

<Copyright>
&copyright; 2005-2007 by Max Neunhöffer<P/>
Expand Down
2 changes: 1 addition & 1 deletion makedoc.g
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
## This file is free software, see license information at the end.
##

RequirePackage("GAPDoc");
LoadPackage("GAPDoc");

MakeGAPDocDoc("doc", "io", [], "IO");

Expand Down
2 changes: 1 addition & 1 deletion src/io.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/

const char * Revision_io_c =
"$Id: io.c$";
"io.c, V2.3";

/* Try to use as much of the GNU C library as possible: */
#define _GNU_SOURCE
Expand Down

0 comments on commit 407d886

Please sign in to comment.