-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathhistory.html
643 lines (642 loc) · 44.8 KB
/
history.html
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE>History of the Library</TITLE>
<STYLE TYPE="TEXT/CSS">
<!--
.IE3-DUMMY { CONT-SIZE: 100%; }
BODY { FONT-FAMILY: Verdana,Arial,Helvetica,Sans-Serif; BACKGROUND-COLOR: #E0E0E0; }
P { FONT-FAMILY: Verdana,Arial,Helvetica,Sans-Serif; }
H1 { FONT-FAMILY: Verdana,Arial,Helvetica,Sans-Serif; }
H2 { FONT-FAMILY: Verdana,Arial,Helvetica,Sans-Serif; }
H3 { FONT-FAMILY: Verdana,Arial,Helvetica,Sans-Serif; }
H4 { FONT-FAMILY: Verdana,Arial,Helvetica,Sans-Serif; }
H5 { FONT-FAMILY: Verdana,Arial,Helvetica,Sans-Serif; }
H6 { FONT-FAMILY: Verdana,Arial,Helvetica,Sans-Serif; }
UL { FONT-FAMILY: Verdana,Arial,Helvetica,Sans-Serif; }
TD { FONT-FAMILY: Verdana,Arial,Helvetica,Sans-Serif; BACKGROUND-COLOR: #FFFFFF; }
.NOBORDER { BACKGROUND-COLOR: #E0E0E0; PADDING: 0pt; }
.NOBORDER TD { FONT-FAMILY: Verdana,Arial,Helvetica,Sans-Serif; BACKGROUND-COLOR: #E0E0E0; PADDING: 0pt; }
.CODE { FONT-FAMILY: Courier New; }
-->
</STYLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#E0E0E0">
<FONT SIZE="5"><B>History of the Library</B></FONT>
<HR>
<P><B>Release 2.72 (27 VI 2009.) - GCC4TI</B>
</P>
<UL>
<LI><P>Added: Some contributions to <A HREF="bascmd.html">bascmd.h</A>, <A HREF="basop.html">basop.h</A>, <A HREF="estack.html">estack.h</A> and other files.</P></LI>
<LI><P>Bugfix: Several minor documentation mistakes fixed.</P></LI>
<LI><P>Updated: Removed the essentially unused shrnklib support from pstarter.</P></LI>
<LI><P>Updated: Optimized the ttunpack-fast code by applying the same calling convention changes as those applied in the ttunpack code (saves about 34 bytes, i.e. > 2%).</P></LI>
<LI><P>Updated: Optimized the SAVE_SCREEN startup code (Martial Demolins).</P></LI>
<LI><P>Updated: Optimized the internal F-Line emulator setup & cleanup code (Martial Demolins, Lionel Debroux).</P></LI>
<LI><P>Updated: Optimized the VTI detection in __hw_version (Lionel Debroux).</P></LI>
<LI><P>Updated: Optimized _rowread (Martial Demolins).</P></LI>
<LI><P>Updated: Optimized OSVFreeTimer & OSVRegisterTimer (Martial Demolins, Lionel Debroux).</P></LI>
<LI><P>Updated: Optimized Sprite8, Sprite16 & Sprite32 while adding support for the SPRT_RPLC mode (Joey Adams, Lionel Debroux).</P></LI>
</UL>
<P>
<B>Release 2.71 (3. I 2009.) - GCC4TI</B>
</P>
<UL>
<LI><P>Bugfix: Removed obsolete (wrong for current AMS) definition of doorsos::OSOnBreak which conflicts with the ROM_CALL.</P></LI>
<LI><P>Bugfix: Added missing format attribute from sprintf in printf_xy.</P></LI>
<LI><P>Bugfix: Set CESI and ESI as needed by the callback types using them.</P></LI>
<LI><P>Bugfix: Fixed sign comparison warning in _keytest_optimized with OPTIMIZE_CALC_CONSTS.</P></LI>
<LI><P>Bugfix: Fixed atan2 prototype.</P></LI>
<LI><P>Bugfix: Fixed typo in __fscanf_unget (move.l -> move.w).</P></LI>
<LI><P>Updated: In pstarter, moved handles in front of program name so the program name can be changed to a name with odd length.</P></LI>
<LI><P>Bugfix: Added missing earlyclobbers for ldiv, reported by Mike Kennedy.</P></LI>
<LI><P>Bugfix: Fixed reference to nonexistent flag FO_SKIP_TWINS (should be FO_RETURN_TWINS, reported by "hypersonic" Peter Fernandes).</P></LI>
<LI><P>Added (TIGCC, GCC4TI): C99 standard header stdint.h.</P></LI>
<LI><P>Added (GCC4TI): A subset of C99 standard header inttypes.h.</P></LI>
<LI><P>Bugfix (GCC4TI): Made it easy to move HSF files around, without having to rewrite a set of tools right now, by adding consistent explicit references to headers where they lack.</P></LI>
</UL>
<P>
<B>Release 2.7 (31. X 2006.) - TIGCC</B>
</P>
<UL>
<LI><P>Added: Contributions to <A HREF="dialogs.html">dialogs.h</A>, <A HREF="files.html">files.h</A> (new), <A HREF="graphing.html">graphing.h</A> (new), and other files.</P></LI>
<LI><P>Bugfix: Several minor documentation mistakes fixed.</P></LI>
<LI><P>Updated: <A HREF="gray.html#GrayDBufToggleSync">GrayDBufToggleSync</A> now works properly on HW1.</P></LI>
<LI><P>Bugfix: Fixed <CODE>%[</CODE> conversion in <A HREF="stdio.html#scanf">scanf</A> family routines.</P></LI>
<LI><P>Added: A few new examples contributed by Jocelyn Berrendonner, S�bastien Leurent and Lionel Debroux.</P></LI>
<LI><P>Bugfix: Fixed a <A HREF="stdio.html#fputc">fputc</A> bug with large (>65390 bytes) files.</P></LI>
<LI><P>Added: Support for GCC 4.0 (legacy GCC 3 is no longer supported by TIGCCLIB)</P></LI>
<LI><P>Added: <A HREF="peekpoke.html#poke_bchg">poke_bchg</A> and
<A HREF="peekpoke.html#pokeIO_bchg">pokeIO_bchg</A> macros</P></LI>
<LI><P>Bugfix: Fixed support for external data variables using Fargo-style compressed relocs</P></LI>
<LI><P>Added: Support for Mlink-format relocs</P></LI>
<LI><P>Updated: Grayscale routine size-optimized by Lionel Debroux, Jesse Frey and Martial Demolins.</P></LI>
<LI><P>Bugfix: Added <CODE>const</CODE> for the sprite data in the sprite function prototypes.</P></LI>
<LI><P>Bugfix: Fixed a bug in in-use bit support affecting PedroM versions prior to 0.81.</P></LI>
<LI><P>Updated: Merged an optimization to the in-use bit setting code from the <CODE>pstarter</CODE>.</P></LI>
<LI><P>Bugfix: Fixed calling <A HREF="gray.html#GrayOn">GrayOn</A> twice not working (despite the documentation saying it works).</P></LI>
<LI><P>Bugfix: Fixed <A HREF="link.html#LIO_CTX">LIO_CTX</A> structure (<CODE>VarSize</CODE> is an <CODE>unsigned long</CODE>, not an <CODE>unsigned short</CODE>).</P></LI>
<LI><P>Bugfix: Fixed an unoptimizable <CODE>jsr</CODE> into a <CODE>jbsr</CODE> in trampoline offset computation.</P></LI>
<LI><P>Bugfix: Fixed the formulas (wrong left side) in the documentation of <CODE>catanh</CODE> and <CODE>ccos</CODE>.</P></LI>
<LI><P>Updated: Optimized the address hack for <CODE>OSFastArrows</CODE>.</P></LI>
</UL>
<P>
<B>Release 2.6 (24. X 2004.)</B>
</P>
<UL>
<LI><P>Added: Many new <A HREF="httigcc.html#advanced">optimization definitions</A>.</P></LI>
<LI><P>Added: An implementation of <A HREF="stdio.html#scanf">scanf</A>
and related functions.</P></LI>
<LI><P>Added: Support for <A HREF="httigcc.html#comment">program comments</A>.</P></LI>
<LI><P>Added: Support for <A HREF="httigcc.html#incompat">incompatibility flags</A>.</P></LI>
<LI><P>Added: Support for <A HREF="httigcc.html#advanced_unofficial_support">unofficial operating systems</A>.</P></LI>
<LI><P>Added: A lot of startup code to handle BSS sections, constructors, etc.</P></LI>
<LI><P>Added: Automatic setting of the in-use bit.</P></LI>
<LI><P>Added: References between functions in the documentation.</P></LI>
<LI><P>Updated: Library functions coded in assembly now take register parameters.</P></LI>
<LI><P>Updated: Internal F-Line emulator is now mostly compliant with the AMS.</P></LI>
<LI><P>Added: Contributions to <A HREF="intr.html">intr.h</A>, <A HREF="estack.html">estack.h</A>, and other files.</P></LI>
</UL>
<P>
<B>Release 2.5 SP4 (24. I 2003.)</B>
</P>
<UL>
<LI><P>Bugfix: Fixed bug in
<CODE><A HREF="htretval.html#retval">ENABLE_ERROR_RETURN</A></CODE>
with <CODE><A HREF="httigcc.html#minams">MIN_AMS</A></CODE>
values of 200 or higher.</P></LI>
<LI><P>Bugfix: Removed the rejection of a minimum AMS version of 2.07.</P></LI>
</UL>
<P>
<B>Release 2.5 SP3 (13. I 2003.)</B>
</P>
<UL>
<LI><P>Bugfix: Incorporated a fix for <A HREF="stdio.html#fclose">fclose</A>.</P></LI>
</UL>
<P>
<B>Release 2.5 SP2 (12. I 2003.)</B>
</P>
<UL>
<LI><P>Bugfix: Important bugfixes for <A HREF="stdio.html#fopen">fopen</A>,
<A HREF="stdio.html#fread">fread</A> and
<A HREF="stdio.html#fwrite">fwrite</A>.</P></LI>
<LI><P>Bugfix: Changed <A HREF="default.html#import_binary">import_binary</A> to
export the symbol, and changed the IDE to make it work with it.</P></LI>
</UL>
<P>
<B>Release 2.5 SP1 (30. XII 2002.)</B>
</P>
<UL>
<LI><P>Bugfix: Fixed <CODE><A HREF="httigcc.html#advanced_fileinuse">SET_FILE_IN_USE_BIT</A></CODE>.</P></LI>
<LI><P>Bugfix: Fixed the prototype of <A HREF="rsa.html#MD5Update">MD5Update</A>.</P></LI>
</UL>
<P>
<B>Release 2.5 (21. XII 2002.)</B>
</P>
<UL>
<LI><P>Updated: Greatly changed the structure of the whole library, making it cleaner and easier to read.</P></LI>
<LI><P>Updated: Made some changes to support the new <B>'-mregparm'</B> switch/option.</P></LI>
<LI><P>Added: Implemented <A HREF="httigcc.html#advanced_flinerom">F-Line ROM Calls</A>.</P></LI>
<LI><P>Added: Added beta version information to <A HREF="version.html">version.h</A>.</P></LI>
<LI><P>Added: Implemented checking for a minimum <A HREF="httigcc.html#minams">AMS Version</A>.</P></LI>
<LI><P>Added: Added types such as <A HREF="estack.html#SYM_STR">SYM_STR</A> to differentiate between different uses of similar constructs.</P></LI>
<LI><P>Added: Added the <A HREF="estack.html#ESTACK">ESTACK</A> macro.</P></LI>
<LI><P>Added: Added a <A HREF="intr.html#TRAP">TRAP</A> macro which acts like <A HREF="intr.html#AUTO_INT">AUTO_INT</A>.</P></LI>
<LI><P>Added: Added bitwise functions to <A HREF="peekpoke.html">peekpoke.h</A>.</P></LI>
<LI><P>Added: Added a lot of new functions to <A HREF="unknown.html">unknown.h</A>.</P></LI>
<LI><P>Added: Started documenting more functions from <A HREF="unknown.html">unknown.h</A>,
especially the high-level functions <A HREF="vat.html#VarRecall">VarRecall</A> and <A HREF="vat.html#VarStore">VarStore</A>.</P></LI>
<LI><P>Updated: Made <A HREF="kbd.html#_rowread">_rowread</A> a library function.</P></LI>
<LI><P>Added: Added the <A HREF="kbd.html#_rowread_inverted">_rowread_inverted</A>,
<A HREF="kbd.html#_rowread_internal">_rowread_internal</A>,
<A HREF="kbd.html#_keytest">_keytest</A>, and
<A HREF="kbd.html#_keytest_optimized">_keytest_optimized</A> functions.</P></LI>
<LI><P>Added: Added missing <A HREF="intr.html#IntVecs">interrupt vectors</A>.</P></LI>
<LI><P>Updated: Integrated <A HREF="mailto:[email protected]">Jocelyn Berrendonner</A>'s
vast updates to <A HREF="menus.html">menus.h</A>.</P></LI>
<LI><P>Added: Implemented <A HREF="httigcc.html#advanced_calcdetect">calculator detection</A> at startup.</P></LI>
<LI><P>Added: Implemented <A HREF="error.html#TRY">TRY</A>...<A HREF="error.html#FINALLY">FINALLY</A>...<A HREF="error.html#ENDFINAL">ENDFINAL</A> blocks,
and added appropriate functions to <A HREF="alloc.html">alloc.h</A>.</P></LI>
<LI><P>Added: Implemented <A HREF="htretval.html#reterr">passing errors on to the AMS</A>, added default <A HREF="error.html#ErrorCodes">error codes</A>,
and implemented <A HREF="error.html#ER_throw">ER_throw</A>.</P></LI>
<LI><P>Added: Implemented <A HREF="htdll.html">nostub libraries</A>.</P></LI>
<LI><P>Added: Finished <A HREF="bascmd.html">bascmd.h</A>, added <A HREF="basfunc.html">basfunc.h</A> and <A HREF="basop.html">basop.h</A> without further documentation.</P></LI>
<LI><P>Added: Added a <A HREF="homescr.html">homescr.h</A> header file for Home Screen manipulation.</P></LI>
<LI><P>Added: Integrated a lot of new functions and updates contributed by other people (see <A HREF="info.html#credits">Credits</A>),
including updates to <A HREF="system.html">system.h</A>, <A HREF="statline.html">statline.h</A>, <A HREF="stdio.html">stdio.h</A>, and <A HREF="string.html">string.h</A>.</P></LI>
<LI><P>Added: Added a new <CODE><A HREF="httigcc.html#advanced_ghostspace">EXECUTE_IN_GHOST_SPACE</A></CODE>
directive, replacing the <A HREF="system.html#enter_ghost_space">enter_ghost_space</A> function.</P></LI>
<LI><P>Updated: Included updated grayscale support from Thomas Nussbaumer, adding
<A HREF="gray.html#GraySetInt1Handler">GraySetInt1Handler</A>,
<A HREF="gray.html#GrayGetInt1Handler">GrayGetInt1Handler</A>,
and double-buffering functions.</P></LI>
<LI><P>Added: Added a <A HREF="stddef.html">stddef.h</A> header file.</P></LI>
<LI><P>Added: Added <A HREF="default.html#import_binary">import_binary</A> macro.</P></LI>
<LI><P>Added: Added a <CODE><A HREF="httigcc.html#advanced_fileinuse">SET_FILE_IN_USE_BIT</A></CODE> directive.</P></LI>
</UL>
<P>
<B>Release 2.41 (20. I 2002.)</B>
</P>
<UL>
<LI><P>Updated: Made some changes that will hopefully enable support for the new
V200 calculator. You can define <CODE>USE_V200</CODE> to activate this.</P></LI>
<LI><P>Added: A new file <A HREF="version.html">version.h</A> has been added to the
library.</P></LI>
<LI><P>Updated: Updated <A HREF="stdio.html#fopen">fopen</A> and <A HREF="stdio.html#fclose">fclose</A>
with new versions by <A HREF="mailto:[email protected]">Greg Dietsche</A>.</P></LI>
</UL>
<P>
<B>Release 2.4 SP2 (27. XII 2001.)</B>
</P>
<UL>
<LI><P>Updated: The patch code has been cleaned up.</P></LI>
<LI><P>Updated: exit and atexit support have been reimplemented.</P></LI>
<LI><P>Added: A routine for 'long long' multiplication by Kevin Kofler has been integrated.</P></LI>
</UL>
<P>
<B>Release 2.4 SP1 (1. V 2001.)</B>
</P>
<UL>
<LI><P>Bugfix: exit and atexit support have been fixed.</P></LI>
<LI><P>A new directive, <CODE>NO_EXIT_SUPPORT</CODE>, has been added to optimize the program.</P></LI>
</UL>
<P>
<B>Release 2.4 (24. III 2001.)</B>
</P>
<UL>
<LI><P>Bugfix: Implemented variable-type arguments for pointers to short and long integers.
This prevents warnings if you pass an int pointer to a short pointer argument, and
fixes the problems introduced in release 2.31.</P></LI>
<LI><P>A standard library file has been added to work with multiple files.</P></LI>
<LI><P>New flickerless grayscale support implemented by
<A HREF="mailto:[email protected]">Thomas Nussbaumer</A> has been added.</P></LI>
<LI><P><A HREF="gray.html#GrayMode">GrayMode</A> has been replaced by
<A HREF="gray.html#GrayOn">GrayOn</A> and <A HREF="gray.html#GrayOff">GrayOff</A>.</P></LI>
</UL>
<P>
<B>Release 2.31 (24. XII 2000.)</B>
</P>
<UL>
<LI><P>Bugfix: Casting floats to integers and automatic trunctation floating point values now
works correctly. In TIGCCLIB 2.3, casting to signed ints (including implicite truncation)
produced incorrect values, and casting to unsigned ints produced 'Undefined reference' errors.
This is fixed now.</P></LI>
<LI><P>Bugfix: Many programs created with library releases prior to 2.3 produce a lot of warnings
(although they work correctly after the compilation) about incompatible pointer types.
This is fixed now.</P></LI>
<LI><P>Bugfix: Functions <A HREF="system.html#OSContrastUp">OSContrastUp</A> and
<A HREF="system.html#OSContrastDn">OSContrastDn</A> trashed some registers due to a bug in
the TIOS. This is fixed now (thanks to Patrick Davidson).</P></LI>
<LI><P>Bugfix: Programs which still have directives <CODE>USE_..._PATCH</CODE> couldn't be
compiled in "Doors" mode ('Duplicate identifier' errors) with TIGCCLIB 2.3, due to
superfluous declarations of some symbols (<CODE>bcopy</CODE> etc.) in
<A HREF="doors.html">doors.h</A> header file. This is now fixed.</P></LI>
<LI><P>Functions <A HREF="stdlib.html#abs">abs</A>,
<A HREF="stdlib.html#min">min</A> and <A HREF="stdlib.html#max">max</A> are now
redefined to work with any numeric type, not only with short integers. Such behaviour
is proposed in ANSI C.</P></LI>
<LI><P>Indentifiers <A HREF="intr.html#AUTO_INT">AUTO_INT</A>,
<A HREF="intr.html#AUTO_INT_COUNT">AUTO_INT_COUNT</A>, <A HREF="intr.html#FIRST_AUTO_INT">FIRST_AUTO_INT</A>
and <A HREF="intr.html#LAST_AUTO_INT">LAST_AUTO_INT</A> were introduced in TIGCCLIB 2.3, but
I forgot to document them. This is now corrected.</P></LI>
<LI><P>As usual, there are some fixes in the documentation. Especially, thanks to Kevin Kofler for
very important information about <A HREF="htretval.html">returning values to TI-Basic</A>.</P></LI>
</UL>
<P>
<B>Release 2.3 (13. XII 2000.)</B>
</P>
<UL>
<LI><P>A lot of internal changes are made in the library to support new features introduced in release
0.9 of the compiler. That's why this release of the library will not work correctly with releases
of TIGCC prior to 0.9.</P></LI>
<LI><P>The <A HREF="timath.html">timath.h</A> header file is completely rewritten, because the compiler
now supports the native ANSI C floating point types and values (click <A HREF="htfloats.html">here</A>
for more info). In addition to this, two new ANSI-compatible header files <A HREF="math.html">math.h</A>
and <A HREF="float.html">float.h</A> are introduced too. These changes are performed on such
way to retain about 95% compatibility with old programs which used floating point arithmetic
using awkward indirect methods (i.e. the only possible methods before TIGCC 0.9). Click
<A HREF="htfloats.html">here</A> for more info.</P></LI>
<LI><P>There is no more need for usage of directives like <CODE>USE_..._PATCH</CODE>. The new compiler
apply patches automatically when necessary (such directives will be simply ignored now). In other
words, you don't need to
worry any more about patches. For this purpose, a new file called
<B>tipatch.lib</B> is added to the library. The new compiler searches through this
file to find appropriate patches which eventually should to be included (you should not edit or
modify this file unless you know very well what are you doing).</P></LI>
<LI><P>Three new functions <A HREF="timath.html#float_to_bcd">float_to_bcd</A>,
<A HREF="timath.html#bcd_to_float">bcd_to_float</A> and <A HREF="timath.html#bcd_var">bcd_var</A>
are added to <A HREF="timath.html">timath.h</A> header file.</P></LI>
<LI><P>A very important function <A HREF="estack.html#push_internal_simplify">push_internal_simplify</A>
which is essential for symbolic mathematic is added to <A HREF="estack.html">estack.h</A> header
file. Note that although this function is not officially introduced
before AMS 2.xx, it is implemented here to work on any AMS version.</P></LI>
<LI><P>Four new functions <A HREF="peekpoke.html#peekIO">peekIO</A>,
<A HREF="peekpoke.html#peekIO_w">peekIO_w</A>, <A HREF="peekpoke.html#poke">poke</A> and
<A HREF="peekpoke.html#pokeIO_w">pokwIO_w</A> are added to <A HREF="peekpoke.html">peekpoke.h</A>
header file, to allow reliable reading and writing to hardware memory-mapped I/O ports.</P></LI>
<LI><P>A new function <A HREF="events.html#EV_getAppID">EV_getAppID</A> is added in
<A HREF="events.html">events.h</A> header file, which allows determining application ID numbers
regardless of the AMS version. Note that although this function is not officially introduced
before AMS 2.xx, it is implemented here to work on any AMS version.</P></LI>
<LI><P>A new function <A HREF="vat.html#FolderClear">FolderClear</A> is added in <A HREF="vat.html">vat.h</A>
header file. The structure of <A HREF="vat.html#SYM_ENTRY">SYM_ENTRY</A> is slightly improved
(without losing the compatibility).</P></LI>
<LI><P>Functions <A HREF="timath.html#atof">atof</A> and <A HREF="timath.html#fabs">fabs</A> are now
present in <A HREF="stdlib.html">stdlib.h</A> header file too, as proposed in ANSI C.</P></LI>
<LI><P>Bugfix: Changed definition of <A HREF="kbd.html#_rowread">_rowread</A> so it works correctly
if used in a short loop with the new compiler.</P></LI>
<LI><P>Bugfix: The directive <CODE><A HREF="httigcc.html#advanced_optrom">OPTIMIZE_ROM_CALLS</A></CODE> now does not interfere
witn an user-written interrupt handlers (thanks to Thomas Nussbaumer). Note however that it still may interfere with event
handlers, and with callback functions used in <A HREF="system.html#OSVRegisterTimer">OSVRegisterTimer</A>,
<A HREF="stdio.html#vcbprintf">vcbprintf</A>, etc.</P></LI>
<LI><P>Bugfix: Function <A HREF="stdlib.html#exit">exit</A> now will not cause a warning if used in
the body of a non-void function.</P></LI>
<LI><P>Bugfix: Function <A HREF="vat.html#FolderDel">FolderDel</A> now works as described (and reliably).</P></LI>
<LI><P>Bugfix: Some functions from <A HREF="ctype.html">ctype.h</A> are rewritten to avoid spurious
warnings if the warning-checking level is set too high.</P></LI>
<LI><P>Bugfix: Function <A HREF="timath.html#hypot">hypot</A> will not cause side effects anymore.</P></LI>
<LI><P>Bugfix: Function <A HREF="estack.html#push_ANSI_string">push_ANSI_string</A> now works correctly
in all cases.</P></LI>
<LI><P>Bugfix: Function <A HREF="graph.html#LCD_save">LCD_save</A> now does not cause spurious warnings
if used in "Doors" mode.</P></LI>
<LI><P>Bugfix: Function <A HREF="system.html#XR_stringPtr">XR_stringPtr</A> is rewritten to work with
all AMS versions (thanks to Romain Herault).</P></LI>
<LI><P>Bugfix: Enumeration <A HREF="events.html#StartTypes">StartTypes</A> is rewritten to be
compatible with all AMS versions.</P></LI>
<LI><P>The library is changed to replace all <CODE>'int'</CODE>s to <CODE>'short'</CODE>s where this was
appropriate to support the <B>'-mnoshort'</B> command line option supported in the
new version of the compiler.</P></LI>
<LI><P>The documentation is much updated (including correcting of some information which was wrong).
The <A HREF="faq.html">Frequently Asked Questions</A> list is also slightly updated.</P></LI>
</UL>
<P>
<B>Release 2.22 (8. X 2000.)</B>
</P>
<UL>
<LI><P>Bugfix: A fatal bug which causes crash if <A HREF="system.html#enter_ghost_space">enter_ghost_space</A>
function is used on AMS 2.03 is fixed.</P></LI>
</UL>
<P>
<B>Release 2.21 (2. X 2000.)</B>
</P>
<UL>
<LI><P>Release 2.21 is just a minor upgrade which includes the documentation in both <CODE>.chm</CODE>
and <CODE>.html</CODE> format, because this was requested by non-Windows users. Other modifications
includes slight fixes in the documentation, and much better organized <A HREF="faq.html">Frequently Asked
Questions</A> list (thanks to James Darpinian for helping me to organize it).</P></LI>
</UL>
<P>
<B>Release 2.2 (29. IX 2000.)</B>
</P>
<UL>
<LI><P>The documentation for the release 2.2 is completely rearanged to make it much more readable.
Moreover, the documentation now contains not only information about <A HREF="hdrindex.html">library functions</A>,
but about the whole <A HREF="info.html">TIGCC project</A>, including the <A HREF="comopts.html">compiler options</A>, a
brief reference to C language <A HREF="keywords.html">keywords</A>,
<A HREF="opers.html">operators</A> and <A HREF="opers.html">punctuators</A>, description of
GNU C <A HREF="gnuexts.html">language extensions</A>,
<A HREF="gnuasm.html">GNU Assember</A>, and much more. The <A HREF="faq.html">Frequently Asked Question</A> list is full
of new question/answer pairs. In general, the documentation is now thrice larger than in
previous release, and it is now in <CODE>.chm</CODE> format (68 separate HTML files become
too inpracticable; if someone is really interested in HTML originals, I can upload them
separately). I hope that you will like the new look of the documentation (and the
documentation itself, of course).</P></LI>
<LI><P>The header file <A HREF="tigcclib.html">all.h</A> is renamed to <A HREF="tigcclib.html">tigcclib.h</A>
to be more consistent. The old name will still be accepted, due to compatibility reasons.</P></LI>
<LI><P>It is not necessary any more to include <A HREF="nostub.html">nostub.h</A> header file
explicitely to produce a "nostub" program: the library will do this automatically if you use
any other file from the library, except if you define the global preprocessor symbol
<A HREF="httigcc.html#kernel">USE_KERNEL</A>, or if you explicitely include <A HREF="doors.html">doors.h</A>
header file at the begining of the program.</P></LI>
<LI><P>A new directive <CODE><A HREF="httigcc.html#advanced_optrom">OPTIMIZE_ROM_CALLS</A></CODE> is introduced, which optimizes
ROM calls in "nostub" mode, which usually leads to shorter and faster programs (but not always).</P></LI>
<LI><P>Grayscale support on HW2 calculators is improved to be about 50% faster and more flickerless.
A new function <A HREF="gray.html#GrayAdjust">GrayAdjust</A> is implemented, which allows
fine tuning of grayscale quality, so it allows to reduce flickering as many as possible.
Please, recompile your existing grayscale programs if you want to get advantage of introduced
improvements.</P></LI>
<LI><P>It is not necessary any more to put <CODE>USE_GRAY_PATCH</CODE> in grayscale programs;
the library will now conclude automatically when the grayscale support is necessary, and it
will act accordingly.</P></LI>
<LI><P>Bugfix: trying to enable grayscale now will not cause the crash if the grayscale was
already enabled.</P></LI>
<LI><P>A new function <A HREF="gray.html#GrayCheckRunning">GrayCheckRunning</A> and a new enumeration
<A HREF="gray.html#GrayPlanes">GrayPlanes</A> are added in the <A HREF="gray.html">gray.h</A>
header file.</P></LI>
<LI><P>Bugfix: A fatal bug into functions <A HREF="stdio.html#fwrite">fwrite</A> and
<A HREF="stdio.html#fread">fread</A> which makes them unusuable is fixed. Also, a small
bug in <A HREF="stdio.html#fseek">fseek</A> (a wrong returned value) is fixed too.</P></LI>
<LI><P>Bugfix: Function <A HREF="stdio.html#fopen">fopen</A> is now much more robust if something
is going wrong (for example, not enough memory).</P></LI>
<LI><P>A new function <A HREF="system.html#enter_ghost_space">enter_ghost_space</A> is introduced,
for bypassing some protections introduced in AMS 2.xx.</P></LI>
<LI><P>A new header file <A HREF="intr.html">intr.h</A> is introduced, which contains functions,
language extensions, and data types for easy making of interrupt handlers, and for general
manipulations with interrupts.</P></LI>
<LI><P>Very useful enumeration <A HREF="kbd.html#CommonKeys">CommonKeys</A> is introduced in
<A HREF="kbd.html">kbd.h</A> header file. It contains keycodes of some commonly used keys.</P></LI>
<LI><P>Bugfix: Function <A HREF="kbd.html#_rowread">_rowread</A> now works reliable on HW2
calculators (they needs more time for recovering the keyboard controlor).</P></LI>
<LI><P>The documentation now contains the keyboard matrix for usage of
<A HREF="kbd.html#_rowread">_rowread</A> function.</P></LI>
<LI><P>Functions <A HREF="system.html#OSVRegisterTimer">OSVRegisterTimer</A> and
<A HREF="system.html#OSVFreeTimer">OSVFreeTimer</A> are rewriten to works independently of the TIOS,
because they are removed from TIOS in AMS 2.04 and AMS 2.05. Now, they works on any AMS
version (in other words: no more "Resident ROM routine not available" message). Please,
recompile your program if you used these function, to make it compatible witn AMS 2.04/5.</P></LI>
<LI><P>A new function <A HREF="alloc.html#alloca">alloca</A> is added into <A HREF="alloc.html">alloc.h</A>
and <A HREF="stdlib.html">stdlib.h</A> header files.</P></LI>
<LI><P>Bugfix: Function <A HREF="assert.html#assert">assert</A> will not cause a crash anymore
when used together with the <CODE><A HREF="httigcc.html#advanced_savescreen">SAVE_SCREEN</A></CODE> directive.</P></LI>
<LI><P>Bugfix: Function <A HREF="assert.html#assert">assert</A> now works properly if used inside
<CODE>if</CODE>...<CODE>else</CODE> constructions.</P></LI>
<LI><P>Bugfix: Functions <A HREF="assert.html#assert">assert</A> and
<A HREF="stdlib.html#ldiv">ldiv</A> will not trash line numbers anymore.</P></LI>
<LI><P>Bugfix: Functions <A HREF="args.html#GetFloatArg">GetFloatArg</A>,
<A HREF="args.html#ArgCount">ArgCount</A> and <A HREF="args.html#RemainingArgCnt">RemainingArgCnt</A>
now works correctly in "Doors" mode.</P></LI>
<LI><P>Bugfix: Small corrections are made in functions <A HREF="peekpoke.html#poke">poke</A>,
<A HREF="peekpoke.html#poke_w">poke_w</A> and <A HREF="peekpoke.html#poke_l">poke_l</A>, to
prevent some unnecessary warnings.</P></LI>
<LI><P>Bugfix: Constants <A HREF="limits.html">CHAR_MIN</A> and <A HREF="limits.html">CHAR_MAX</A> in
<A HREF="limits.html">limits.h</A> header file are now sensitive to the fact that the compiler
may be forced to treat chars as unsigned.</P></LI>
<LI><P>Bugfix: Although I said that impossibility of making multi-module programs in "Doors" mode
is solved in release 2.1, I forgot to do this. This is now really solved, however.</P></LI>
<LI><P>The library is now programmed on such way that the compiler will emit a warning if you try to
return a value using the <CODE>return</CODE> keyword from the <CODE>_main</CODE> function,
because you in fact can not do this.</P></LI>
</UL>
<P>
<B>Release 2.1 (25. VI 2000.)</B>
</P>
<UL>
<LI><P>The alphabetical list (with appropriate links) of all functions, macro constructors, language
extensions, global variables, constants and predefined types is added to the documentation.</P></LI>
<LI><P>Bugfix: <A HREF="sprites.html#Sprite16">Sprite16</A> function from
<A HREF="sprites.html">sprites.h</A> header file now works correctly. In addition to this
bugfix, a new function <A HREF="sprites.html#Sprite8">Sprite8</A> is added for easier working
with small sprites.</P></LI>
<LI><P>Bugfix: floating point routines caused crash when they are nested deeply (read: very often). This
problem is finally solved (after a lot of troubles). I hope that floating point support is now
stable.</P></LI>
<LI><P>Bugfix: <A HREF="timath.html#M_FLT">FLT</A> macro from <A HREF="timath.html">timath.h</A> header
file generated unnormalized numbers when they are smaller than 0.1. Many floating
point routines were not happy with such numbers, and produced wrong results. This is now corrected.</P></LI>
<LI><P>Bugfix: I hope that I finally found a workarround for a stupid bug in GNU C preprocessor
which causes STATUS_ACCESS_VIOLATION exception very often when <A HREF="timath.html#M_FLT">FLT</A>
macro is used with just one argument. Now, it seems that this problem does not appear any more.</P></LI>
<LI><P>Programs which use floating point support now usually procuce a bit shorter code than earlier.</P></LI>
<LI><P>Bugfix: function <A HREF="stdlib.html#div">div</A> from <A HREF="stdlib.html">stdlib.h</A>
header file now works correctly.</P></LI>
<LI><P>Bugfix: functions <A HREF="string.html#strcmp">strcmp</A> and
<A HREF="mem.html#memcmp">memcmp</A> were declared as long, although it seems that these
functions leave an unpredictable results in higher half of D0; they are now declared as int
(Sebastian Reichelt and Xavier Vassor informed me about strange behaviour of these two functions).
It seems that these problems are solved after redeclaration.</P></LI>
<LI><P>Bugfix: function <A HREF="system.html#ASM_call">ASM_call</A> from <A HREF="system.html">system.h</A>
header file assumed that called subroutine will preserve all registers, which caused a lot of
problems when these assumptions are violated. <A HREF="system.html#ASM_call">ASM_call</A> now
saves all registers and restores them after the execution. In addition to this bugfix, a new
function <A HREF="system.html#ASM_fastcall">ASM_fastcall</A> is added, for faster calling (when
you are sure that a called subroutine will not destroy any registers).</P></LI>
<LI><P>Bugfix: in release 2.0, it was impossible in "Doors" mode to create programs splited in
many modules which are linked separately, because symbol <CODE>_main</CODE> was unconditionally
exported in <A HREF="doors.html">doors.h</A> header file. This is now corrected.</P></LI>
<LI><P>Bugfix: function <A HREF="gray.html#GrayMode">GrayMode</A> from <A HREF="gray.html">gray.h</A> header
file now automatically selects dark plane just after switching on the grayscale mode. Such
behaviour in previous releases of TIGCCLIB was guaranted only on HW1 calculators, but not on HW2
calculators. So, it was possible to produce (quite easily) grayscale programs which work
correctly only on HW1 calculators, although grayscale support is planed to work always on
both hardware versions. This is now fixed.</P></LI>
<LI><P>Some errors in the documentation are fixed, and the documentation is slightly updated
(especially information about big number support in <A HREF="rsa.html">rsa.h</A> header file).
As usual, the <A HREF="faq.html">Frequently Asked Questions</A> list is updated with a lot
of useful suggestions.</P></LI>
</UL>
<P>
<B>Release 2.0 (25. V 2000.)</B>
</P>
<UL>
<LI><P>Starting from this release, TIGCCLIB is much more compatible with ANSI C
standard library. Nearly full implementation of <A HREF="stdio.html">stdio.h</A> and <A HREF="stdlib.html">stdlib.h</A> is
included (41 new functions in <A HREF="stdio.html">stdio.h</A> and 23 new functions in <A HREF="stdlib.html">stdlib.h</A>,
together with appropriate data structures and types). So, you can now use a
lot of functions known from various C tutorials: <A HREF="stdio.html#printf">printf</A>,
<A HREF="stdio.html#fopen">fopen</A>, <A HREF="stdio.html#gets">gets</A>, <A HREF="stdlib.html#atoi">atoi</A>,
<A HREF="stdlib.html#qsort">qsort</A>, <A HREF="stdlib.html#bsearch">bsearch</A>, <A HREF="stdlib.html#strtol">strtol</A>...</P></LI>
<LI><P>Usage of patches "inits", "longmul", "longdiv" and "gray" is now much
easier: instead of separate linking, it is enough to define some global
preprocessor symbols (like <CODE>USE_LONGMUL_PATCH</CODE> etc.).</P></LI>
<LI><P>A directive <CODE><A HREF="httigcc.html#advanced_savescreen">SAVE_SCREEN</A></CODE> is introduced, which allows automatically saving and
restoring the content of the screen in "nostub" mode, without needness for
calling <A HREF="graph.html#LCD_save">LCD_save</A> and <A HREF="graph.html#LCD_restore">LCD_restore</A> manually.</P></LI>
<LI><P>Bugfix: very serious bug which sometimes cause crash in programs which use
floating point numbers is corrected (note that this bugfix was released
before, as a separate file called <B>tcl15fix</B>).</P></LI>
<LI><P>A lot of new mathematical functions (mainly for manipulations with symbolic
expressions, lists and matrices, and for algebra and calculus applications),
and functions for "pretty printing" expressions are added in <A HREF="estack.html">estack.h</A> header
file (82 new functions). The list of expression <A HREF="estack.html#Tags">tags</A> is completed (more
than 500 tags), and the documentation about usage of expression stack is
much updated.</P></LI>
<LI><P>A new header file <A HREF="events.html">events.h</A> is introduced, with 32 new functions
for event driving programming, and calculator mode settings. Now you can simulate TIOS
system events in your programs, and hook into the operating system and
change its behavious partially (for example, you can redefine the keyboard,
add new items in system menus, change behaviour of some commands, etc.). But
note that these features require good knowledge of programming.</P></LI>
<LI><P>A new header file <A HREF="sprites.html">sprites.h</A> is introduced, with 2 new fast and
simple functions for sprite drawing (including masked sprites).</P></LI>
<LI><P>A new header file <A HREF="textedit.html">textedit.h</A> with 16 new functions for
accessing the text editor is introduced. As the text editor which is built-in into the TIOS
is highly customizable, you can now write programs with high perfomance editing facilities!</P></LI>
<LI><P>Four language extension macros
<A HREF="error.html#TRY">TRY</A>, <A HREF="error.html#ONERR">ONERR</A>,
<A HREF="error.html#ENDTRY">ENDTRY</A> and <A HREF="error.html#PASS">PASS</A> are added in
<A HREF="error.html">error.h</A> header file, to allow error handling similarly like in TI-Basic or
in modern programming languages like Delphi. Also, two new functions are
added in <A HREF="error.html">error.h</A>, the documentation about it is updated, and some wrong
information are corrected.</P></LI>
<LI><P>A new header file <A HREF="flash.html">flash.h</A> is introduced, with 11 new functions for
low-level access to the Flash ROM. 3 new functions for high-level access to the Flash
ROM are added in <A HREF="vat.html">vat.h</A> header file.</P></LI>
<LI><P>Some new data structures are added in <A HREF="vat.html">vat.h</A> header file, various infos
related to this header file are updated (especially about organization of
VAT table entries), and one small bug in it is corrected (<A HREF="vat.html#HS_NULL">HS_NULL</A> was
wrongly defined).</P></LI>
<LI><P>A new header file <A HREF="cert.html">cert.h</A> with 17 functions for working for certificate
files and other memory-mapped files (not necessary related to certificates) is introduced.</P></LI>
<LI><P>15 new functions for high-level accessing to the link port are added in
<A HREF="link.html">link.h</A> header file. Also, some information about
<A HREF="link.html">link.h</A> are corrected.</P></LI>
<LI><P>A new header file <A HREF="rsa.html">rsa.h</A> is introduced, with 8 new functions for working
with very big integer numbers, message diggesting and RSA decryption.</P></LI>
<LI><P>4 new functions are added in <A HREF="args.html">args.h</A> header file, which allow more
flexible getting of the arguments passed to the program. The list of argument tags is completed.</P></LI>
<LI><P>Two new header files <A HREF="limits.html">limits.h</A> and <A HREF="values.html">values.h</A>
are introduced. They contain various platform-dependent constants (proposed by ANSI). This helps
porting programs from other platforms.</P></LI>
<LI><P>A new header file <A HREF="compat.html">compat.h</A> is introduced, which defines 18
pseudoconstants (i.e. macros which look and act like constants). These pseudoconstants have
different values on TI-89 and TI-92 Plus, so they can help making compatibility between these
two calculator models. Also some pseudoconstants have different values on AMS 1.xx and AMS 2.xx,
so they can help solving some minor incompatibilities between AMS 1.xx and AMS 2.xx during usage
of some functions (although 99% of implemented functions are AMS-independent).</P></LI>
<LI><P>Two very useful global variables are added in <A HREF="wingraph.html">wingraph.h</A> header
file. Also, some information about this header file and <A HREF="graph.html">graph.h</A> header
file are updated or corrected.</P></LI>
<LI><P>12 new functions are added in <A HREF="system.html">system.h</A> header file, mainly for
manipulating with queue structures, the cursor and the clipboard. Many information about
this header file are updated or corrected.</P></LI>
<LI><P>Information about <A HREF="kbd.html">kbd.h</A> header file are much updated. A hint is
added about how to avoid slow functions <A HREF="kbd.html#kbhit">kbhit</A> and
<A HREF="kbd.html#ngetchx">ngetchx</A> in high-perfomance keyboard reading applications,
without using very low-level functions like <A HREF="kbd.html#_rowread">_rowread</A>.</P></LI>
<LI><P>A new header file <A HREF="bascmd.html">bascmd.h</A> with 35 new functions is introduced.
At the moment, this header file is quite incomplete and a bit unconsistent. In the
near future it will contain more than 150 new functions. This header file
contains functions which executes particular TI-Basic statements or
functions, so after completing this header file, nearly everything which may
be done using just one TI-Basic statement/function would be possible using
just one TIGCC function (but be aware: the performance will be like during
executing of TI-Basic statement/function, so intensive usage of functions
from this header file is not recommended in high-perfomance applications). I
started to develop this header file, but the shortage of my free time forces
me to stop developing for a while. I don't want to prolongue releasing of
whole TIGCCLIB 2.0 only because this header file is not complete. Be
patient, I will continue developing it as soon as possible...</P></LI>
<LI><P>3 new functions are added in <A HREF="menus.html">menus.h</A> header file. A lot of
information are updated, especially about the exact organization of the menu structure
(this info allows making menus with more levels of submenus).</P></LI>
<LI><P>Function <A HREF="assert.html">assert</A> is improved, so now there is no any limitations
about usage of this function in "nostub" mode.</P></LI>
<LI><P>Function <A HREF="alloc.html#realloc">realloc</A> (proposed by ANSI) is added in
<A HREF="alloc.html">alloc.h</A> header file (it is also defined in <A HREF="stdlib.html">stdlib.h</A>),
and <A HREF="alloc.html#calloc">calloc</A> is improved to generate smaller code.</P></LI>
<LI><P>Information for assembly programmers are much updated (many people asked me
about examples of using floats in ASM programs, so this info is added).</P></LI>
<LI><P>More than 200 TIOS functions are no more "unknown", so they are moved out of
<A HREF="unknown.html">unknown.h</A> header file.</P></LI>
<LI><P>The documentation generally and the <A HREF="faq.html">Frequently Asked Questions</A>
list are updated.</P></LI>
</UL>
<P>
<B>Release 1.5 (29. III 2000.)</B>
</P>
<UL>
<LI><P>Floating point support is implemented. For this purpose, a new header file
<A HREF="timath.html">timath.h</A> is introduced, with 86 new functions, 4 macro
constructors and a lot of constants and predefined types.</P></LI>
<LI><P>Basic support for the symbolic calculations (including symbolic algebra and
calculus) is also implemented. For this purpose, a new header file <A HREF="estack.html">estack.h</A>
is introduced. It contains 26 functions for manipulations with the expression stack (in the near
future, I planed about 50-100 new functions in this header file).</P></LI>
<LI><P>Bugfix: <A HREF="gray.html#GraySetAMSPlane">GraySetAMSPlane</A> function from <A HREF="gray.html">gray.h</A>
now works correctly in "Doors" mode.</P></LI>
<LI><P>Bugfix: grayscale support on Hardware Release 2 calculator is now stable.
And, grayscale support now autodetects the hardware version!</P></LI>
<LI><P>Now you can make programs which return a result to the TI-Basic, i.e. which
acts like TI-Basic functions. For this purpose, header files <A HREF="nostub.html">nostub.h</A> and
<A HREF="doors.html">doors.h</A> are slightly changed.</P></LI>
<LI><P>Two very useful functions are added in <A HREF="args.html">args.h</A> header file:
<A HREF="args.html#GetFloatArg">GetFloatArg</A> and
<A HREF="args.html#SkipArg">SkipArg</A>. Also, documentation about <A HREF="args.html">args.h</A>
is much updated and some serious errors in the documentation are corrected.</P></LI>
<LI><P>2 new functions (<A HREF="system.html#ASM_call">ASM_call</A> and <A HREF="system.html#EX_patch">EX_patch</A>)
are added in <A HREF="system.html">system.h</A>.</P></LI>
<LI><P>94 TIOS functions are no more "unknown", so they are moved out of <A HREF="unknown.html">unknown.h</A>
header file.</P></LI>
<LI><P>Function <A HREF="dialogs.html#NoCallBack">NoCallBack</A> is now implemented as cast
constructor, so it will not be embeded in the program if not used.</P></LI>
<LI><P><A HREF="kbd.html#_rowread">_rowread</A> function from <A HREF="kbd.html">kbd.h</A> is
now more reliable.</P></LI>
<LI><P>All arguments which represent a handle or functions which return a handle
are now declared as <A HREF="alloc.html#HANDLE">HANDLE</A> instead of <CODE>unsigned int</CODE>.
Yes, this is exactly the same, but the documentation is now more clear.</P></LI>
<LI><P>Information about timers in <A HREF="system.html">system.h</A> are updated.</P></LI>
<LI><P>Information for assembly programers are slightly updated.</P></LI>
<LI><P>Information about how to use floating point and symbolic arithmetic and
information about how to return a value to TI-Basic are added in the
documentation.</P></LI>
<LI><P><A HREF="faq.html">Frequently Asked Questions</A> are added to the documentation.</P></LI>
</UL>
<P>
<B>Release 1.1 (4. II 2000.)</B>
</P>
<UL>
<LI><P>Bugfix: <A HREF="string.html#strncmp">strncmp</A> was incorrectly declared as long,
although TIOS strncmp puts the garbage in higher half of D0; it is now declared as int.</P></LI>
<LI><P>Bugfix: type definition for <A HREF="alloc.html#HANDLE">HANDLE</A> in
<A HREF="wingraph.html">wingraph.h</A> and <A HREF="tigcclib.html">all.h</A> had a syntax error,
which is now fixed.</P></LI>
<LI><P>AMS 2.03 bugfix: <A HREF="dialogs.html#NoCallBack">NoCallBack</A> is no more in the
TIOS jump table, so this fact is now regarded. This fixed problems with usage of dialogs
with AMS 2.03. If you used <A HREF="dialogs.html">dialogs.h</A> with previous release of
the library, please recompile your program to become compatible with AMS 2.03!</P></LI>
<LI><P>Grayscale support implemented: a new header file <A HREF="gray.html">gray.h</A> and
a new patch <CODE>gray.o</CODE> are introduced for this purpose.</P></LI>
<LI><P>Added support of passing arguments to the programs: for this purpose, a new header
file <A HREF="args.html">args.h</A> is introduced.</P></LI>
<LI><P>Header file <A HREF="assert.html">assert.h</A> is now included in <A HREF="tigcclib.html">all.h</A>
because I found an inteligent method how to implement <A HREF="assert.html#assert">assert</A> on
such way that it does not increase the program size if not used in the program (this is a tricky
play with conditional assembling).</P></LI>
<LI><P>An information how to make a real <B>stdio.h</B> function <B>printf</B>
is added into the documentation about <A HREF="printf.html">printf.h</A>.</P></LI>
<LI><P>Some additional notes and an example of usage are added for <A HREF="wingraph.html#WinOpen">WinOpen</A>
function</P></LI>
<LI><P>Global variable <A HREF="estack.html#top_estack">top_estack</A> is moved from
<A HREF="unknown.html">unknown.h</A> to <A HREF="args.html">args.h</A>.</P></LI>
<LI><P>Some typo errors in the documentation are fixed.</P></LI>
</UL>
<P>
<B>Release 1.0 (11. I 2000.)</B>
</P>
<UL>
<LI><P>The first official release.</P></LI>
</UL>
<HR>
<H3><A HREF="index.html">Return to the main index</A></H3>
</BODY>
</HTML>