Skip to content

Releases: GuilhermeGiacomoSimoes/fp_printk

v2.0.0-BETA

11 Jan 15:01
Compare
Choose a tag to compare
v2.0.0-BETA Pre-release
Pre-release

-- new version, for new consumer --

This commit, change the way of consuming the library.
Before, you only need call the int2fpstr function, and get your return.
Now, you must alloc the buffer before call int2fpstr, and send this
buffer to function.
The function must do strcpy, sending the result to buffer that you
parse for function

v1.4.0

08 Jan 17:37
Compare
Choose a tag to compare
  • alloc only neccessary memory size.
  • rename variable to reduce variable name.

v1.4.0-BETA

23 Dec 14:31
Compare
Choose a tag to compare
v1.4.0-BETA Pre-release
Pre-release

v1.4.0-BETA

THIS VERSION IS A PRE_RELEASE

  • alloc only neccessary memory size.
  • rename variable to reduce variable name.

v1.3.0

21 Oct 13:16
Compare
Choose a tag to compare

This release contains:

  • Solve negative number problemn
  • Solve zero number problemn
  • Refactor code style

v1.2.0-BETA

06 Sep 02:41
Compare
Choose a tag to compare
v1.2.0-BETA Pre-release
Pre-release

This release contain the fist functional version of int_to_fp_str... Still in beta version

v1.1.1-BETA

07 May 03:42
Compare
Choose a tag to compare
v1.1.1-BETA Pre-release
Pre-release

This tag contains code style fix

v1.1.0-BETA

06 May 01:41
Compare
Choose a tag to compare
v1.1.0-BETA Pre-release
Pre-release

This release contains changes to style code.

v1.0.0-BETA

03 May 03:45
Compare
Choose a tag to compare
v1.0.0-BETA Pre-release
Pre-release

the first working version of the lib

v0.5.0

25 Apr 02:34
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

This release contains implementation of strcpy to set result in destination.

v0.4.2

23 Apr 07:09
Compare
Choose a tag to compare
v0.4.2 Pre-release
Pre-release

The release contains bug fixes