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.
 
 
 
 

233 lines
11 KiB

  1. History of Nife releases :
  2. 2022-01-04 - Nife 0.61 is released.
  3. * Added a definition of HUGE for compilers that no longer have it in
  4. math.h. Thanks to Jacques Godfrain Kounkou for his bug report !
  5. * Added some "include" where it was missing.
  6. 2019-01-27 - Nife 0.60 is released.
  7. * Updated headers to show that the project is still alive !
  8. * The Nife official site is now : https://www.seriane.org/nife/
  9. 2016-08-15 - Nife 0.59 is released.
  10. * Add implementation of data meta-stacks tools for context swapping :
  11. [ and ] for respectively increment and decrement the numerical stack,
  12. { and } to do theses operations with the character stack,
  13. ( and ) to do the same thing with the logical stack,
  14. and [* and ]* to operate on the three stacks.
  15. * Fixed a bug causing an error with network functions netDt> and NetKey.
  16. * The Nife official site is now : http://www.nifesys.org.
  17. 2015-08-10 - Nife 0.55 is released.
  18. * Changing the log file contents to be able to use it for debugging.
  19. The log file is in the subdirectory .nife. His name is the type
  20. .nife_PID.log, PID being its number of pid.
  21. We can display the content in real time with tail -f.
  22. The .nifeNS_pid.log and .nifeRPC_PID.log files are those of the
  23. server networks and its bodies.
  24. Log files are deleted at the end of the Nife session unless an error
  25. occured.
  26. * Added "savelog function to save the logs before going out.
  27. * Placing aid debugging functions. All these functions begin with the _
  28. character and are listed with ?libp function.
  29. * Added shell script command, ex/NifeDebugTerms, to facilitate
  30. establishment and closing of the display terminals for the logs.
  31. * Added the possibility, in graphic mode, to open or close
  32. terminals with keys 'home' and 'end'. These functionalities are
  33. based on performance in the window manager of the above script.
  34. * Reorganization of system functions in the function stack.
  35. * Improved tasks and consoles.
  36. * Added the ability to execute external command interactively, with the
  37. character ! at the beginning of the line.
  38. 2014-08-31 - Nife 0.51 is released.
  39. * Finalising the version 1.0 of the functions dump and restore with the
  40. definition of the NBLF, Nife Binary Linkable Format.
  41. * Modify some labels to clarify the perception of internal mechanisms.
  42. * Some modifications to avoid unnecessary warnings at compilation.
  43. * Temporary suspension of some functions related to the dynamic aspect
  44. of the language because, used improperly, it could be dangerous.
  45. These functions will be include again, but with more explanations and
  46. examples.
  47. 2014-06-27 - Nife 0.49 is released.
  48. * Add DEC, HEX, OCT and BIN functions to define the print mode for the
  49. integers. The default is decimal.
  50. * Modify signals comportment to accept interrupt from terminal to stop
  51. execution in the main (interactive) task.
  52. * Fixed an error in the case of the end: label is before the onerr: one.
  53. * Fixed a bug when a signal "segmentation violation" is catched.
  54. * Add some help facilities suggested by Alain Empain, until his tools
  55. are efficient in Nife.
  56. * Beginning the functions dump and restore with definition of the NBLF,
  57. Nife Binary Linkable Format (just for a Request for Comments ;-).
  58. * The installation has been tested by Gaetan Angely on three ARM SBCs:
  59. Raspberry Pi, Beaglebone Black, ODROID-U3 with Arch Linux ARM.
  60. All information about Arch Linux ARM at http://archlinuxarm.org/.
  61. He have compared with two Intel processors and have published a
  62. benchmak on the two mailing lists.
  63. 2014-05-10 - Nife 0.47 is released.
  64. * Beginning an I2C interface for Linux systems, inspired by the Linux
  65. package i2c-tools.
  66. * The I2C interface has been developped and tested by P. Foubet
  67. with his students Elodie Kerfourn and Aymeric Diankouika. They
  68. connected a Raspberry Pi with an Arduino board through the I2C bus
  69. and wrote a Nife program to highlight the data exchange between the
  70. two elements.
  71. * The installation has been tested by Bernard Bonno on a Raspberry Pi
  72. board Model A with Porteus ARM (based on a Slackware ARM 14.0).
  73. 2013-09-25 - Nife 0.44 is released.
  74. * Fixed a bug causing a "segmentation violation" during compilation
  75. of the Nife code on some systems as Raspberry Pi A and B and others.
  76. This bug was reported by Bernard Bonno during tests on a Raspberry Pi
  77. Model A with 256 Mo of memory.
  78. * The installation has been tested by Bernard Bonno on a PC i484
  79. with a Linux Porteus 2.0.
  80. All information about Porteus at http://www.porteus.org/.
  81. 2013-09-09 - Nife 0.43 is released.
  82. * Establishment of a sub-directory .nife to facilitate debugging and
  83. store temporary files.
  84. * Update some functions dependant on working directory.
  85. * Fixed some bugs in the gplot tools due to new versions of gnuplot.
  86. * The installation has been tested by Patrick Foubet on a Raspberry Pi
  87. board Model B with standard Raspbian (Squeeze).
  88. All information about the board at http://www.raspberrypi.org/faqs.
  89. 2012-10-23 - Nife 0.405 is released.
  90. * Fixed a bug in the data transfer protocol STSP.
  91. * Adding Dt indicators in the list giving by ?n function.
  92. * Fixed a bug in the netDt> function.
  93. * The installation has been tested by Patrick Foubet on a Beaglebone
  94. board (Linux beaglebone 3.2.5+ #1 ... armv7l GNU/Linux) lended by the
  95. school ESME Sudria for preparing a course on Linux drivers.
  96. All information about the board at http://beagleboard.org/bone.
  97. 2012-09-01 - Nife 0.401 is released.
  98. * Beginning the multi-threading mechanisms based on POSIX thread.
  99. * Adding programmation tools end: and goto_end.
  100. * Increasing error tracking :
  101. - giving the file name and the line number,
  102. - stopping compilation at first error,
  103. - allowing load in load.
  104. - adding functions ?err, noerr, messerr, ?lasterr and onerr: label.
  105. * Dynamic code tools :
  106. - "load to load a file in a user function,
  107. - "exec to compile some code in a user function,
  108. - functions ' and ` to specify names to be executed latter.
  109. * Limit for all names at 24 characters.
  110. * Modifying install variables functions to work in user functions.
  111. * Adding the free-context loop with do mechanisms :
  112. - do_next to bypass a loop in free-context,
  113. - do_leave and *do_leave to leave one or many loops in free-context,
  114. * Updating the sh command to use the SHELL environment variable.
  115. 2012-07-05 - Nife 0.341 is released.
  116. * Adding more fonctions to deal with devices with Comedilib :
  117. - write fonction available,
  118. - define a default set of parameters to simplify programs.
  119. * Update documentation for theses new commands.
  120. 2012-06-10 - Nife 0.323 is released.
  121. * Continuing distributed systems tools elaborated with Thomas Pabst :
  122. - Adding netCompile to load a Nife file on a remote Nife using NetKey.
  123. If this file contains a call of one or more functions, they will be
  124. executed, and the result will be send on the Net using NetKey.
  125. - Adding NetErr to get the Net Error value.
  126. * Adding the ex directory in src with some program examples :
  127. - gp.nif, an example for gplot functions,
  128. - rpc.nif and rpc2.nif for Nife RPC example.
  129. 2012-06-06 - Nife 0.320 is released.
  130. * Beginning of the gplot module for use of gnuplot (www.gnuplot.info).
  131. * adding theses functions :
  132. - gplot and gplotM (multiple) to create gplots,
  133. - gplotCmd to append text to the plot command,
  134. - ?gp to list the gplots,
  135. - del_gplot to delete a gplot,
  136. - gplotAdd and gplotRepl (with replacement) to add values to plots,
  137. - gplotClear to clear a display panel.
  138. * The installation has been tested by Bruno Guilbert on a Fox board G20
  139. (Debian debarm 2.6.38 with CPU Atmel AT91SAM9G20 based on ARM926EJ-S)
  140. with the students TRSE2 of Ingesup-Paris :
  141. All information about the board at www.acmesystems.it.
  142. 2012-05-22 - Nife 0.317 is released.
  143. * Adding ndepth giving network stack depth using NetKey,
  144. * Definition of principles for Nife RPC (remote procedure call).
  145. * Adding netExec to execute a function on a remote Nife using NetKey.
  146. * The installation has been tested by Dr Alain Empain (ulg.ac.be) on
  147. Ubuntu Lucid 10.O4 (Linux 2.6.38-15 - x86_64)
  148. * The installation has been tested by Paul Bartoldi (unige.ch) on
  149. Ubuntu 12.O4 LTS (Linux 3.0.0-12 - x86_32)
  150. 2012-05-11 - Nife 0.315 is released.
  151. * Beginning of distributed systems tools elaborated with Thomas Pabst :
  152. - automatic evaluation of the dt values at network connection,
  153. - adding netDt> to get the clock difference value beetween "network"
  154. and Nife system.
  155. * The installation has been tested on
  156. Debian Wheezy Testing (Linux 3.2.0-2 - x86_32)
  157. 2012-05-04 - Nife 0.311 is released.
  158. * Modifying errors traps to get a better bug resolution.
  159. * The installation has been tested by Bernard Perrin (csem.ch) on
  160. MacOS X Snow Leopard 10.6.8 (Darwin Kernel Vers 10.8.0 - x86_32)
  161. 2012-03-16 - Nife 0.307 is released.
  162. * Adding auto-convergent loop : do ... loop
  163. * Adding standards loop : do ... +loop
  164. * Possibility to test the loop level and use indexes I, J and K.
  165. * Adding del_ofunc to delete, by name, the oldest function,
  166. * Adding del_afunc to delete all functions beginning by a prefix,
  167. * Adding "exec to execute a user function giving her name on the
  168. character stack.
  169. * Adding "Var to create a variable giving her name on the character
  170. stack.
  171. * Rename functions sub[] in []-sub and *sub[] in *[]-sub to adopt a
  172. more logical notation.
  173. 2012-03-08 - Nife 0.303 is released.
  174. * This release is specially dedicated to my wife Christine.
  175. * Now you can use nife with redirection or pîpe :
  176. nife < fic.nif or cat fic.nif | nife
  177. Thank you to Denis Bodor for the idea !
  178. 2012-02-22 - Nife 0.302 is released.
  179. * Christophe Ondrejec has validate the site nife-project.org
  180. * Updating README, NEWS and all informations files.
  181. * The installation has been tested on :
  182. - Debian Lenny (Linux 2.6.26-2 - x86_32)
  183. - Debian Squeeze (Linux 2.6.32-5 - x86_64)
  184. - Mac OS X (Darwin Kernel Version 8.11.1 - x86_32)
  185. - Open BSD (Version 5.0 GENERIC#43 - x86_32)
  186. - Solaris 11 (SunOS v 5.11 - x86_32)
  187. - Fedora Core 15 (Linux 2.6.38-6 - x86_32)
  188. - Open Suze 12.1 (Linux 3.1.0-1 - x86_64)
  189. * Adding a benchmark test.
  190. 2012-02-13 - Nife 0.300 is released (internal).
  191. * Upgrading for working on both 32 or 64 bits.
  192. * Upgrading SCS (Sister Chip Signature) to accept data from machine
  193. differents on code or addresses but using compatible datas.
  194. * Integration of the GNU Autotools to generate the packages.
  195. 2011-11-13 - Nife 0.212 is released.
  196. * Network tools with STSP (stack to stack protocol) v0.5 :
  197. ie WITH ScS (Sister chip signature) v 1.
  198. * correction of function []trot.
  199. * new function []transp to transpose matrix.
  200. 2011-11-09 - Nife 0.209 is released.
  201. * Network tools with STSP (stack to stack protocol) v.0 :
  202. ie without ScS (Sister chip signature).
  203. 2011-10-31 - Nife 0.204 is released.
  204. 2011-10-26 - Nife 0.200 is released.
  205. 2011-09-18 - Nife 0.113 the first public release on Sourceforge.net.