-
Notifications
You must be signed in to change notification settings - Fork 7
/
ChangeLog
75 lines (63 loc) · 2.26 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
::::::::::::::
/usr/local/doc/aplus-fsf/CHANGES
::::::::::::::
v4.22-1 03/27/08
- Many Many 64bit fixes
- adap.SyncConnect
v4.20-2 08/29/05
- fixed new compiler issues with gcc (thanks for Neil Roeth)
- Added additional directores to tar
(scripts, lisp.0, lisp.1, fonts. contrib)
- Added file.+ to scripts directory
v4.20-1 12/31/03
- fixed `scb for action widget
- fixed segv on timer expiration
- fixed compilation issues with gcc 3.3 (thanks for Neil Roeth)
- fixed segv on over allocation now a WSFULL
- fixed memory leak with endian conversion of mapped files
- fixed msync with .m files
- fixed _items{} to ignore the file-size check so it can repair files
that have inadvertently been truncated or have invalid items set.
- new system function _memStats{}
- new system variable, `beamMSyncMode. This variable controls if and
how msync() is called when a variable "beamed" read/write is updated.
Valid settings
`none -msync() is not called
`MS_ASYNC -specifies that an update be scheduled, but the
call returns immediately.
`MS_SYNC -asks for an update and waits for it to complete
(THIS SETTING IS VERY SLOW!!)*
The default settings are:
Linux `MS_ASYNC
Solaris `none
IRIX (SGI) `MS_ASYNC
- new invocation options
-c Enables core file creation
-m ws_mem_stats (same as _memStats{`on}
- new system function, _msyncAll{ flag } where flag can be `MS_ASYNC
or `MS_SYNC. Internally this functions iterates over the all the
beamed files mmapped Read/Write and performs a msync() with the
flag specified.
v4.18-8 12/25/01
- fixed mapped file conversion for little endian 32 to big endian 64
- improve append assignment trading off memory
- fix suspension when rgb.txt can't be located
- changes for MacOS X
- intitialization of some unitialized MStk widgets
- remove collapsible from S
v4.18-7 10/12/01
- changes for 2.95.3/3.0.1
v4.18-6 7/21/01
- changes for cxx on Tru64
v4.18-5 3/31/01
- changes for Linux on Alpha
- clean up fsftest.+
- fixed bug with conversion of mapped files
v4.18-4 3/20/01
- changes for FreeBSD
v4.18-3 2/15/01
- similiar changes for Irix with ecgs 1.1.2
v4.18-2
- changes to compile on Solaris with ecgs 1.1.2
v4.18
- Initial fsf release