Summary
refactor posix*.scm files
Metadata
- Id: 0bb39da19532aa044cb6406a31da825619ad53f4
- Trac id: 37
- Type: task
- Reporter: felix
- Owner:
- Cc:
- Status: closed
- Component: core libraries
- Estimated difficulty:
- Resolution: worksforme
- Priority: minor
- Milestone:
- Version: 4.5.x
- Changetime: 2010-12-18 13:32:36 UTC
- Created: 2009-06-14 01:35:14 UTC
- Keywords:
Description
`posixwin.scm` and `posixunix.scm` have a lot of duplicate code. The common parts should be moved into a third file that can then be included.
Changes and comments
[2009-06-27 16:05:26 UTC] felix set milestone to 4.2.0
[2009-09-04 15:38:04 UTC] felix changed milestone from 4.2.0 to 4.3.0
[2009-12-01 15:28:48 UTC] felix removed milestone 4.3.0
[2010-04-13 13:41:31 UTC] felix changed status from new to accepted
[2010-04-13 13:41:31 UTC] felix set owner to felix
[2010-04-28 08:48:32 UTC] felix removed owner felix
[2010-04-28 08:48:32 UTC] felix changed status from accepted to assigned
[2010-07-05 12:06:17 UTC] felix set owner to felix
[2010-07-05 12:06:31 UTC] felix changed version from 4.0.5 to 4.5.x
[2010-07-05 12:06:31 UTC] felix changed type from defect to task
[2010-07-20 01:57:47 UTC] felix removed owner felix
[2010-12-18 13:32:36 UTC] felix changed status from assigned to closed
[2010-12-18 13:32:36 UTC] felix set resolution to worksforme
[2010-12-18 13:32:36 UTC] felix wrote:
This has been done partially and will be continued as it fits.