Added DHCP_release before stopping DHCP so specific PPP modems will work when re-starting DHCP.
固定的pppclose()to not execute a callback function that has not yet been initialized. This can happen if PPP is opened, but the program closes PPP before the callback function is initialized.
固定的tablename.timestamp()从使用虚假指针。
修改的the operating system when an out-of-bounds condition is detected within a data table to no longer allow the compile to continue. This was causing the PC compiler to crash.
修改了预编译器以允许新行_延续在评论开始之前。
固定的错误佛r units "already assigned" by fixing my_stricmp() function when tabs and/or spaces are at the end of the two strings to be compared.
Removed extra space between and that were not needed in the Web API html output.
删除了额外的<!doctype html public \“ - // ietf // dtd html // en \”>已添加到WebAPI命令listfiles,setValue,browsesymbols和clockcheck的HTML输出中。
修改的the datalogger's web server to add and tags and to report the title with the same message that is sent in the http header (like other web servers do). For example, a 404 error now reports 404 Not "Found".
更改setClock()so the usec and seconds passed in are adjusted to be in bounds before converting to usec since 1990. This allows CRBasic code to adjust the clock by simply adjusting the usec component of theRealTime()instruction.
固定的Include files with : and \ in them which resulted in erroneous error message of "file too long" in the pre-compiler.
Added the ability to send all the data tables when streaming files and the source parameter is "" (a NULL string).
LimitedUDPDataGram()指令队列在释放队列的头之前至10,并释放了内存。
更改sendgetVariobles()to abort if it tries to access variables or store into variables out of bounds.
修改的the operating system when Status.WatchdogErrors is non-zero. It will no longer write to an IP Trace file that is writing via the 3212 option in the Files Manager setting.
修改的GetVariables()to allow a variable index into the destination variable.
更改GetVariables()和SendVariables()to skip writing if they would write out of bounds in an array.
Enhancedemailsend(...,附件,..)和FTPClient(...,LocalFileNames,...)when sending multiple files when some of the files are "streaming" data files. The comma-separated files can now include streaming data files intermixed with other files.
修改的the TCP client data streaming functions (Email, HTTP, FTP). If the parameter specifying the data table is a variable, then state of variable is kept for all the declared data tables independently so the same instance of the function can be called referencing different data tables.
固定的SIO4 getting output from a variable of type Long.
固定的the CRBasic pre-compiler to flag an error if the Public or Dim declaration of an array is missing the ")" character terminating the dimension.
修改的thesdmsio4()instruction so the Dest option can be of type Long.
固定的the Datalogger Web Service API "ListFiles" instruction's "last write" field for the drive. It is meant to be the date of the operating system, Status.OSDate.
Web service serviceshttppost()the same ashttpget()。API commands like FileControl would generally be issued ashttppost()instead ofhttpget()。
固定的getDataRecord()to not insert a -1 for the interval of the local data table. This -1 erroneously flagged the table to act as an interval-driven table that resulted in a misleading compile error if the same table was referenced by a subsequentgetDataRecord().The error was removed.
固定的re-syncing the CPI bus with SC-CPI and slow sequences when a module is disconnected.