Skip to content

Releases: myzhang1029/slib

v3.3.3

18 Nov 04:32
Compare
Choose a tag to compare

A lot of new funcs!

v3

11 Aug 21:50
Compare
Choose a tag to compare
v3

Note: I'm no longer working on writing release notes, if you wonder what changed, please see commit notes.
For binarys, there's Apple mach-o, elf and PE (all for i386 except for Apple Mach-o, which is x86_64)provided, send email to me if you need them.

New!

13 May 03:17
Compare
Choose a tag to compare

Major 2 Minor 4 Patch 3

Features:

  • Code&Run
    1. New function getopt*GS, getoptS
  • Making
    1. use rule.mk, makefile smaller

Emergency Release

22 Apr 10:54
Compare
Choose a tag to compare

Major 2 Minor 3 Patch 2

  • Bugs
    1.Fix SegFault when mkret then getret

Note: Now you must call getret() until it return NULL after mkret(), otherwise a memory leak will happen.

New function!

20 Apr 11:50
Compare
Choose a tag to compare

Major 2 Minor 3 Patch 1

Features:

  • Code&Run
    1. Add ctags 'tags'
  • Making
    1. Configure file changed to 'config.mk'
  • News
    1. New function 'mkret', 'getret', provide multiple returning vaule in C

Release!

02 Apr 02:09
Compare
Choose a tag to compare

Major 2 Minor 2 Patch 0

Features:

  • Code&Run
    1. Source code was more modularized
    2. gcf lcm isrp functions were faster
  • Making
    1. New Makefile
    2. Configure your own build with Make.cfg
  • Bugs
    1. Fix bug with function colorprintf on UNIX, SegFault