File: RELEASE_NOTES

package info (click to toggle)
xmake 1.06-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 124 kB
  • ctags: 120
  • sloc: ansic: 1,372; makefile: 60
file content (33 lines) | stat: -rw-r--r-- 752 bytes parent folder | download | duplicates (2)
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
XMake  V1.06    -

	* Fix a bug in include.c related to lines ending in a $(varname)
	  sequence.  A bug in a conditional led to the string pointer
	  being incremented twiced, potentially missing the terminating
	  \0.

XMake  V1.05	-

	* XMake's search-and-replace was using a static 1024 byte buffer
	  which could overflow.  XMake now uses a dynamically sized buffer.

	* Added -v option

XMake  V1.04	-

	* XMake code officially placed in the public domain

XMake  V1.03	-

	* defs.h now has CPP definition for GCC commented out, gcc
	  users should use that rather then cpp if you do not have cpp.

XMake  V1.02	-

	* now properly exits if a failure occurs

XMake  V1.01	-

	* fixed serious memory corruption bug

XMake  V1.00	- initial release