IUP

Check-in [01acbfb56c]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Fixed misspelled reexport except clause: ihandle-list->blob should be ihandle-list->pointer-vector
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 01acbfb56ca6ef48bbd621881e2c7ddcd52d3ce4
User & Date: murphy 2012-01-02 15:16:18.048
Context
2012-01-02
15:34
Additional default dialogs check-in: 4ac76c4129 user: murphy tags: trunk
15:16
Fixed misspelled reexport except clause: ihandle-list->blob should be ihandle-list->pointer-vector check-in: 01acbfb56c user: murphy tags: trunk
2011-12-25
01:15
Updated CHICKEN release information file check-in: 4e555d1e45 user: murphy tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Changes to chicken/iup.scm.
93
94
95
96
97
98
99
100
101
102
103
104
105
		(include "iup-web.scm"))])

(module iup
	()
	(import scheme chicken)
	(reexport
		(except iup-base
			ihandle->pointer pointer->ihandle ihandle-list->blob
			istatus->integer integer->istatus
			iname->string string->iname
			make-constructor-procedure optional-args)
		iup-controls
		iup-dialogs))







|





93
94
95
96
97
98
99
100
101
102
103
104
105
		(include "iup-web.scm"))])

(module iup
	()
	(import scheme chicken)
	(reexport
		(except iup-base
			ihandle->pointer pointer->ihandle ihandle-list->pointer-vector
			istatus->integer integer->istatus
			iname->string string->iname
			make-constructor-procedure optional-args)
		iup-controls
		iup-dialogs))