Nife version Beta
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

155 lines
6.9 KiB

  1. History of Nife releases :
  2. 2013-09-25 - Nife 0.44 is released.
  3. * Fixed a bug causing a "segmentation violation" during compilation
  4. of the Nife code on some systems as Raspberry Pi A and B and others.
  5. This bug was reported by Bernard Bonno during tests on a Raspberry Pi
  6. Model A with 256 Mo of memory.
  7. * The installation has been tested by Bernard Bonno on a PC i484
  8. with a Linux Porteus 2.0.
  9. All information about Porteus at http://www.porteus.org/.
  10. 2013-09-09 - Nife 0.43 is released.
  11. * Establishment of a sub-directory .nife to facilitate debugging and
  12. store temporary files.
  13. * Update some functions dependant on working directory.
  14. * Fixed some bugs in the gplot tools due to new versions of gnuplot.
  15. * The installation has been tested by Patrick Foubet on a Raspberry Pi
  16. board Model B with standard Raspbian (Squeeze).
  17. All information about the board at http://www.raspberrypi.org/faqs.
  18. 2012-10-23 - Nife 0.405 is released.
  19. * Fixed a bug in the data transfer protocol STSP.
  20. * Adding Dt indicators in the list giving by ?n function.
  21. * Fixed a bug in the netDt> function.
  22. * The installation has been tested by Patrick Foubet on a Beaglebone
  23. board (Linux beaglebone 3.2.5+ #1 ... armv7l GNU/Linux) lended by the
  24. school ESME Sudria for preparing a course on Linux drivers.
  25. All information about the board at http://beagleboard.org/bone.
  26. 2012-09-01 - Nife 0.401 is released.
  27. * Beginning the multi-threading mechanisms based on POSIX thread.
  28. * Adding programmation tools end: and goto_end.
  29. * Increasing error tracking :
  30. - giving the file name and the line number,
  31. - stopping compilation at first error,
  32. - allowing load in load.
  33. - adding functions ?err, noerr, messerr, ?lasterr and onerr: label.
  34. * Dynamic code tools :
  35. - "load to load a file in a user function,
  36. - "exec to compile some code in a user function,
  37. - functions ' and ` to specify names to be executed latter.
  38. * Limit for all names at 24 characters.
  39. * Modifying install variables functions to work in user functions.
  40. * Adding the free-context loop with do mechanisms :
  41. - do_next to bypass a loop in free-context,
  42. - do_leave and *do_leave to leave one or many loops in free-context,
  43. * Updating the sh command to use the SHELL environment variable.
  44. 2012-07-05 - Nife 0.341 is released.
  45. * Adding more fonctions to deal with devices with Comedilib :
  46. - write fonction available,
  47. - define a default set of parameters to simplify programs.
  48. * Update documentation for theses new commands.
  49. 2012-06-10 - Nife 0.323 is released.
  50. * Continuing distributed systems tools elaborated with Thomas Pabst :
  51. - Adding netCompile to load a Nife file on a remote Nife using NetKey.
  52. If this file contains a call of one or more functions, they will be
  53. executed, and the result will be send on the Net using NetKey.
  54. - Adding NetErr to get the Net Error value.
  55. * Adding the ex directory in src with some program examples :
  56. - gp.nif, an example for gplot functions,
  57. - rpc.nif and rpc2.nif for Nife RPC example.
  58. 2012-06-06 - Nife 0.320 is released.
  59. * Beginning of the gplot module for use of gnuplot (www.gnuplot.info).
  60. * adding theses functions :
  61. - gplot and gplotM (multiple) to create gplots,
  62. - gplotCmd to append text to the plot command,
  63. - ?gp to list the gplots,
  64. - del_gplot to delete a gplot,
  65. - gplotAdd and gplotRepl (with replacement) to add values to plots,
  66. - gplotClear to clear a display panel.
  67. * The installation has been tested by Bruno Guilbert on a Fox board G20
  68. (Debian debarm 2.6.38 with CPU Atmel AT91SAM9G20 based on ARM926EJ-S)
  69. with the students TRSE2 of Ingesup-Paris :
  70. All information about the board at www.acmesystems.it.
  71. 2012-05-22 - Nife 0.317 is released.
  72. * Adding ndepth giving network stack depth using NetKey,
  73. * Definition of principles for Nife RPC (remote procedure call).
  74. * Adding netExec to execute a function on a remote Nife using NetKey.
  75. * The installation has been tested by Dr Alain Empain (ulg.ac.be) on
  76. Ubuntu Lucid 10.O4 (Linux 2.6.38-15 - x86_64)
  77. * The installation has been tested by Paul Bartoldi (unige.ch) on
  78. Ubuntu 12.O4 LTS (Linux 3.0.0-12 - x86_32)
  79. 2012-05-11 - Nife 0.315 is released.
  80. * Beginning of distributed systems tools elaborated with Thomas Pabst :
  81. - automatic evaluation of the dt values at network connection,
  82. - adding netDt> to get the clock difference value beetween "network"
  83. and Nife system.
  84. * The installation has been tested on
  85. Debian Wheezy Testing (Linux 3.2.0-2 - x86_32)
  86. 2012-05-04 - Nife 0.311 is released.
  87. * Modifying errors traps to get a better bug resolution.
  88. * The installation has been tested by Bernard Perrin (csem.ch) on
  89. MacOS X Snow Leopard 10.6.8 (Darwin Kernel Vers 10.8.0 - x86_32)
  90. 2012-03-16 - Nife 0.307 is released.
  91. * Adding auto-convergent loop : do ... loop
  92. * Adding standards loop : do ... +loop
  93. * Possibility to test the loop level and use indexes I, J and K.
  94. * Adding del_ofunc to delete, by name, the oldest function,
  95. * Adding del_afunc to delete all functions beginning by a prefix,
  96. * Adding "exec to execute a user function giving her name on the
  97. character stack.
  98. * Adding "Var to create a variable giving her name on the character
  99. stack.
  100. * Rename functions sub[] in []-sub and *sub[] in *[]-sub to adopt a
  101. more logical notation.
  102. 2012-03-08 - Nife 0.303 is released.
  103. * This release is specially dedicated to my wife Christine.
  104. * Now you can use nife with redirection or pîpe :
  105. nife < fic.nif or cat fic.nif | nife
  106. Thank you to Denis Bodor for the idea !
  107. 2012-02-22 - Nife 0.302 is released.
  108. * Christophe Ondrejec has validate the site nife-project.org
  109. * Updating README, NEWS and all informations files.
  110. * The installation has been tested on :
  111. - Debian Lenny (Linux 2.6.26-2 - x86_32)
  112. - Debian Squeeze (Linux 2.6.32-5 - x86_64)
  113. - Mac OS X (Darwin Kernel Version 8.11.1 - x86_32)
  114. - Open BSD (Version 5.0 GENERIC#43 - x86_32)
  115. - Solaris 11 (SunOS v 5.11 - x86_32)
  116. - Fedora Core 15 (Linux 2.6.38-6 - x86_32)
  117. - Open Suze 12.1 (Linux 3.1.0-1 - x86_64)
  118. * Adding a benchmark test.
  119. 2012-02-13 - Nife 0.300 is released (internal).
  120. * Upgrading for working on both 32 or 64 bits.
  121. * Upgrading SCS (Sister Chip Signature) to accept data from machine
  122. differents on code or addresses but using compatible datas.
  123. * Integration of the GNU Autotools to generate the packages.
  124. 2011-11-13 - Nife 0.212 is released.
  125. * Network tools with STSP (stack to stack protocol) v0.5 :
  126. ie WITH ScS (Sister chip signature) v 1.
  127. * correction of function []trot.
  128. * new function []transp to transpose matrix.
  129. 2011-11-09 - Nife 0.209 is released.
  130. * Network tools with STSP (stack to stack protocol) v.0 :
  131. ie without ScS (Sister chip signature).
  132. 2011-10-31 - Nife 0.204 is released.
  133. 2011-10-26 - Nife 0.200 is released.
  134. 2011-09-18 - Nife 0.113 the first public release on Sourceforge.net.