Modified Files:
| src/xpdev/gen_defs.h | 1.58 | 1.59 | diff |
Log Message: Add u?intmax_t to fix the use of uintmax_t in scanf formats for ?modem.c and sexyz.c
Modified Files:
| src/xpdev/xpsem.c | 1.12 | 1.13 | diff |
| src/xpdev/xpsem.h | 1.9 | 1.10 | diff |
Log Message: Switch to stdint.h types from magical FreeBSD (or maybe GCC?) types.
Modified Files:
| src/conio/cterm.c | 1.136 | 1.137 | diff |
Log Message: Contrary to polular belief, you CAN fix stupid. ANSI disply bug reported by knocturnal is now FIXED!
Modified Files:
| exec/load/ircd_unreg.js | 1.33 | 1.34 | diff |
Log Message: Fix memory leak by deleting lingering references to your mother.
Modified Files:
| exec/load/frame.js | 1.26 | 1.27 | diff |
Log Message: add "delete" method to destroy lingering references to your mother.
Modified Files:
| web/root/default.css | 1.8 | 1.9 | diff |
Log Message: Fix bug reported by Slinky (Thanks!)
Modified Files:
| exec/ircbots/ham/ham.js | 1.8 | 1.9 | diff |
Log Message: Fix messages in catch() blocks (should never be seen).
Modified Files:
| src/xpdev/ini_file.c | 1.126 | 1.127 | diff |
Log Message: Fix bug in iniGetBitField(): only if the key is *missing* should the default value be used. An empty/blank value means '0' (no bit flags). Resolve a couple warnings: 'lp' is assigned a value that is never used
Modified Files:
| exec/load/frame.js | 1.25 | 1.26 | diff |
Log Message: fix somethin.
Modified Files:
| exec/load/frame.js | 1.24 | 1.25 | diff |
Log Message: parse all x,y,width,height values to an integer
Modified Files:
| exec/load/event-timer.js | 1.5 | 1.6 | diff |
Log Message: add abort & pause properties to events
Modified Files:
| src/conio/cterm.h | 1.32 | 1.33 | diff |
Log Message: Borland and MS C are ancient creaking messes of poo.
Modified Files:
| src/conio/cterm.h | 1.31 | 1.32 | diff |
Log Message: Rely on the fact that failed #include isn't an error.
Modified Files:
| src/conio/cterm.h | 1.30 | 1.31 | diff |
Log Message: Temporary work-around for lack of stdbool.h on all supported tool-chains.
Modified Files:
| src/syncdraw/load.c | 1.3 | 1.4 | diff |
Log Message: Move control chars into their own handler which is always called. This fixes the loading CTRL-A codes from *.msg files reported by Marius.
Modified Files:
| src/conio/x_cio.c | 1.31 | 1.32 | diff |
Log Message: Try to call XInitThreads() if it exists... likely not necessary, but the cryptlib stuff may do Bad Things.
Modified Files:
| src/syncterm/conn.c | 1.63 | 1.64 | diff |
Log Message: If getaddrinfo() fails, don't free the result pointer.
Modified Files:
| src/sbbs3/sbbsexec.c | 1.39 | 1.40 | diff |
Log Message: Increase size of input_thread linear buffer to accept up to 10000-byte msgs from mailslot (part of fix for upload to FDSZ). Bug-fix: don't potentially overwrite the bounds of the rx ring buffer. Better input_thread debug logging. Bug-fix: VDD_STATUS could return garbage for input full/size if GetMailslotInfo fails (which it appears is doing) - which could be an issue for FOSSIL apps which rely on function 5. Specify unlimited-size msgs for receive (input) mailslot (part of fix for FDSZ upload).
Modified Files:
| src/sbbs3/xtrn.cpp | 1.217 | 1.218 | diff |
Log Message: Better mailslot opening/writing debug output (no functional change).
Modified Files:
| src/sbbs3/main.cpp | 1.580 | 1.581 | diff |
Log Message: Don't drop characters when the input buffer (from remote) is full for over 5 seconds, just continue waiting (and logging warnings).
Modified Files:
| src/syncterm/term.c | 1.295 | 1.296 | diff |
Log Message: Fix xmodem upload bug where a FILE handle leak could occure and telnet could stay in binary mode. Allow transfer abort callback to ignore mouse keys (and each extended keys)
Modified Files:
| src/sbbs3/js_bbs.cpp | 1.136 | 1.137 | diff |
Log Message: Fix reversed logic for dflt parameter - thanks Fidde!
Modified Files:
| src/conio/mouse.c | 1.37 | 1.38 | diff |
Log Message: Permit NULL to be passed to getmouse() to permit simply ignoring mouse movements.
Modified Files:
| web/root/newuser.ssjs | 1.43 | 1.44 | diff |
Log Message: Add bool 'send_password_via_email' (default: true). This should be a modopt.
Modified Files:
| web/templates/nightshade/msgs/choosesubs.inc | 1.1 | 1.2 | diff |
Log Message: Since these pages purport to be XHTML 1.0, it must be method="post" (thanks!)
Modified Files:
| web/templates/default/msgs/choosesubs.inc | 1.4 | 1.5 | diff |
Log Message: Since these pages purport to be XHTML 1.0, it must be method="post" (thanks!)
Added Files:
| xtrn/chickendelivery/levels/14.ini | NONE | 1.1 | diff |
Log Message: Level 14: Jerkbot's Revenge
Added Files:
| xtrn/chickendelivery/levels/13.ini | NONE | 1.1 | diff |
Log Message: Level 13: Speed Demons
Added Files:
| xtrn/chickendelivery/levels/12.ini | NONE | 1.1 | diff |
Log Message: Level 12: Flowing thru the Sewing
Modified Files:
| xtrn/chickendelivery/game.js | 1.12 | 1.13 | diff |
Log Message: Some changes to score calculation & display.
Modified Files:
| exec/load/frame.js | 1.23 | 1.24 | diff |
Log Message: remove frame.name property, moar validation for property setters
Modified Files:
| exec/load/frame.js | 1.22 | 1.23 | diff |
Log Message: remove frame.getoff() method, add frame.cursor, frame.offset properties, use "y" based matrix for frame data. use self-validating cursor and offset objects for position. update documentation. ToDo: punch deuce
Modified Files:
| src/sbbs3/wordwrap.c | 1.15 | 1.16 | diff |
Log Message: For the purposes of checking if the next line starts with whitespace (and therefore the current line ends with a hard CR), allow CR and LF to be detected as whitespace as well. This is simply removing code though, so the expectation that I wrote that code for a reason is haunting me.
Modified Files:
| web/root/ecWeb/sidebar/002-whosOnline.ssjs | 1.2 | 1.3 | diff |
Log Message: Respect the privacy of nodes that are in quiet mode. Other minor changes.
Modified Files:
| web/root/ecWeb/sidebar/002-whosOnline.ssjs | 1.1 | 1.2 | diff |
Log Message: Refresh every 30 seconds rather than every 10. Should result in decreased rectal pain for webservers and browsers alike.
Modified Files:
| exec/load/event-timer.js | 1.4 | 1.5 | diff |
Log Message: fix repeat quantity
Modified Files:
| exec/load/event-timer.js | 1.3 | 1.4 | diff |
Log Message: update documentation to better explain timer.addEvent() usage
Modified Files:
| exec/load/frame.js | 1.21 | 1.22 | diff |
Log Message: fix vertical scrolling. support loading of .txt files (slow, needs work). TODO: figure out why syncterm screws up line wrapping in an 80-wide frame TODO: blame deuce
Modified Files:
| exec/load/json-db.js | 1.20 | 1.21 | diff |
Log Message: fix typo in previous commit :(
Modified Files:
| exec/load/json-db.js | 1.19 | 1.20 | diff |
Log Message: actually make the changes mentioned in the previous commit :|
Modified Files:
| exec/load/json-db.js | 1.18 | 1.19 | diff |
Log Message: make sure record is an array before attempting push,pop,shift,unshift
Modified Files:
| exec/json-service.js | 1.7 | 1.8 | diff |
Log Message: background load server-side modules
Modified Files:
| exec/load/frame.js | 1.20 | 1.21 | diff |
Log Message: add screenShot( fileName [,append=false] ) method
Modified Files:
| exec/load/frame.js | 1.19 | 1.20 | diff |
Log Message: shorten "scrollbars_visible" to "scrollbars" restrict scrolling based on v_scroll/h_scroll settings update shitting documentation attempt open/close regardless of frame state
Modified Files:
| xtrn/chickendelivery/game.js | 1.11 | 1.12 | diff |
Log Message: updated per frame.js
Modified Files:
| exec/load/frame.js | 1.18 | 1.19 | diff |
Log Message: add up(n) down(n) left(n) right(n) methods. add getoff() method (ooo yeah...) add v_scroll, h_scroll, scrollbars_visible settings (*TODO*) add lf_strict setting (force linefeed on crlf-terminated putmsg()) no longer force open() when load()ing a graphic
Modified Files:
| src/sbbs3/atcodes.cpp | 1.61 | 1.62 | diff |
| src/sbbs3/con_out.cpp | 1.68 | 1.69 | diff |
| src/sbbs3/js_global.c | 1.313 | 1.314 | diff |
Log Message: Always display HH:MM:SS format when 24-hour (Military) time format is enabled in SCFG->System->Toggle Options.
Modified Files:
| src/sbbs3/js_uifc.c | 1.28 | 1.29 | diff |
Log Message: Fix UIFC object introduction version number (3.14 not 3.10).
Added Files:
| exec/bench/popen.js | NONE | 1.1 | diff |
Log Message: Tests the File.popen() method. Pass the command-line you want to execute. e.g. "jsexec popen.js 'echo test1234'"
Modified Files:
| src/sbbs3/js_socket.c | 1.149 | 1.150 | diff |
Log Message: Document is_writable.
Modified Files:
| exec/jsdocs.js | 1.28 | 1.29 | diff |
Log Message: Rename write/writeln functions. Test that the object/class exists before documenting it.
Modified Files:
| src/sbbs3/js_uifc.c | 1.27 | 1.28 | diff |
Log Message: Document the properties.
Modified Files:
| src/sbbs3/js_file.c | 1.143 | 1.144 | diff |
Log Message: Fix harmless copy/paste typo (by Deuce).
Modified Files:
| src/sbbs3/js_socket.c | 1.148 | 1.149 | diff |
Log Message: Fix option_list documentation.
Modified Files:
| src/sbbs3/jsexec.c | 1.159 | 1.160 | diff |
Log Message: Add readln() documentation.
Modified Files:
| src/sbbs3/main.cpp | 1.579 | 1.580 | diff |
Log Message: Synchronize JSTYPE_* names
Modified Files:
| src/sbbs3/js_xtrn_area.c | 1.27 | 1.28 | diff |
Log Message: Document the xtrn_area.event.months property.
Modified Files:
| src/sbbs3/js_user.c | 1.94 | 1.95 | diff |
Log Message: Fix user.security/user.limits documentation reversal.
Modified Files:
| src/sbbs3/js_internal.c | 1.72 | 1.73 | diff |
Log Message: Add new property documentation.
Modified Files:
| src/sbbs3/js_queue.c | 1.42 | 1.43 | diff |
| src/sbbs3/js_msgbase.c | 1.177 | 1.178 | diff |
| src/sbbs3/js_file.c | 1.142 | 1.143 | diff |
Log Message: We can't throww an exception from the get function when private data is NULL because the get function is called on the prototype which isn't constructed (via the constructor).
Modified Files:
| exec/sbbsdefs.inc | 1.16 | 1.17 | diff |
Log Message: Removed the unused user-question toggles (UQ_COMP and UQ_MC_COMP) - these have NOT been unused for several years now. Added UQ_NONETMAIL and UQ_NOUPRLWR (missing).
Modified Files:
| exec/load/sbbsdefs.js | 1.53 | 1.54 | diff |
Log Message: Removed the unused user-question toggles (UQ_COMP and UQ_MC_COMP) - these have NOT been unused for several years now.
Modified Files:
| src/sbbs3/sbbsdefs.h | 1.175 | 1.176 | diff |
Log Message: Redefine the unused user-question toggles (UQ_COMP and UQ_MC_COMP) - these have been unused for several years now.
Modified Files:
| src/sbbs3/js_system.c | 1.146 | 1.147 | diff |
Log Message: Don't try to define an uninitialized object.
Modified Files:
| src/sbbs3/js_msg_area.c | 1.62 | 1.63 | diff |
Log Message: Fix the msg_area_prop_desc definition.
Modified Files:
| src/sbbs3/js_msg_area.c | 1.61 | 1.62 | diff |
Log Message: Remove extra(?) stuff.
Modified Files:
| web/root/ecWeb/newUser.ssjs | 1.3 | 1.4 | diff |
Log Message: UQ_COMP can't be controlled via scfg anymore and my system has it set. Rather than fiddle with my config file, I'll just remove this question.
Modified Files:
| web/root/sajax-forum/client_functions.xjs | 1.15 | 1.16 | diff |
Log Message: Add all the Synchronet spinners.
Modified Files:
| exec/slog.js | 1.2 | 1.3 | diff |
Log Message: display usage and errors the same as makeuser.js
Modified Files:
| exec/allusers.js | 1.4 | 1.5 | diff |
Log Message: display usage and errors the same as makeuser.js
Modified Files:
| exec/makeuser.js | 1.4 | 1.5 | diff |
Log Message: add missing "error=true" statements
Modified Files:
| exec/makeuser.js | 1.3 | 1.4 | diff |
Log Message: use trashcan files to validate email and phone number.
Modified Files:
| ctrl/listserver.ini | 1.2 | 1.3 | diff |
Log Message: Added/documented use_sender_address and submitter keys.
Modified Files:
| exec/listserver.js | 1.38 | 1.39 | diff |
Log Message: Support optional list "submitter" which specifies the email address of the only authorized submission sender's email address.
Modified Files:
| exec/testbuild.js | 1.27 | 1.28 | diff |
Log Message: Fixes the lib alias stuff.
Modified Files:
| src/sbbs3/putmsg.cpp | 1.29 | 1.30 | diff |
Log Message: Fix use-after-free bug.
Modified Files:
| src/sbbs3/userdat.c | 1.145 | 1.146 | diff |
Log Message: Fix typo in previous commit of new function.
Modified Files:
| src/sbbs3/userdat.c | 1.144 | 1.145 | diff |
| src/sbbs3/userdat.h | 1.47 | 1.48 | diff |
Log Message: Created can_user_send_mail() utility function the common email "allowance" logic - to be used in the mail server and the JS objection model.
Modified Files:
| exec/makeuser.js | 1.2 | 1.3 | diff |
Log Message: use system.trashcan instead of the more awesome custom can opener
Modified Files:
| exec/load/webInit.ssjs | 1.5 | 1.6 | diff |
Log Message: Add var
Modified Files:
| exec/load/webInit.ssjs | 1.4 | 1.5 | diff |
Log Message:
Overhaul... highlights:
Change obj.hasOwnProperty(property) to obj.property != undefined
format("%04u", u.number)
Cookies and query parameters are arrays of strings
Don't pollute the global namespace with all these vars (it's not CVS)
Fix bug Deuce introducted by only changin one place where the cookie domain
was passed.
Modified Files:
| exec/makeuser.js | 1.1 | 1.2 | diff |
Log Message: fix typo made by deuce
Added Files:
| exec/makeuser.js | NONE | 1.1 | diff |
Log Message: new user utility (to replace makeuser.exe)
Modified Files:
| web/root/ecWeb/lightirc/swfobject.js | 1.1 | 1.2 | diff |
Log Message: Yay for line endings!
Modified Files:
| web/root/ecWeb/lightirc/readme.txt | 1.1 | 1.2 | diff |
Log Message: Line endings.
Modified Files:
| web/root/ecWeb/lightirc/changelog.txt | 1.1 | 1.2 | diff |
Log Message: Line endings.
web/root/ecWeb/fTelnet RMLib.dll 1.1 NONE Update of /cvsroot/sbbs/web/root/ecWeb/fTelnet In directory cvs:/tmp/cvs-serv10148 Removed Files: RMLib.dll Log Message: This looks suspiciously unnecessary.
Modified Files:
| exec/allusers.js | 1.3 | 1.4 | diff |
Log Message: use ARS for matching rules
Modified Files:
| web/root/ecWeb/lib/forumLib.ssjs | 1.10 | 1.11 | diff |
Log Message: Bring word-wrapping, hot-linking, and quote-hiding to the ec forum. Pending EC approval (quote hiding is the most controversial of these)
Modified Files:
| exec/load/webInit.ssjs | 1.3 | 1.4 | diff |
Log Message: Use http_request.cookie object to get cookie values and pass http_request.host as the cookie domain when setting it.
Modified Files:
| src/sbbs3/mailsrvr.c | 1.554 | 1.555 | diff |
Log Message: Continue processing (i.e. saving to SMB) messages when the recipient list is empty *IF* the message was redirected to a sub-board. If not (recipient list empty, but not to a sub), return OK response.
Modified Files:
| src/sbbs3/userdat.c | 1.143 | 1.144 | diff |
Log Message: If you pass NULL to is_user_subop(), return FALSE (rather than potentially dereference the NULL pointer).
Modified Files:
| src/sbbs3/js_msgbase.c | 1.176 | 1.177 | diff |
Log Message: Add missing )
Modified Files:
| src/sbbs3/js_msgbase.c | 1.175 | 1.176 | diff |
Log Message: Support NULL user in header.can_read property definition more-better.
Modified Files:
| src/sbbs3/js_system.c | 1.145 | 1.146 | diff |
Log Message: Just because timestr() can't handle values greater than INT_MAX is no reason to throw an exception.
Modified Files:
| web/root/ecWeb/lib/forumLib.ssjs | 1.9 | 1.10 | diff |
Log Message: Use new header.can_read property (if available) and chec the get_msg_header() return before calling get_msg_body()
Modified Files:
| src/sbbs3/js_msgbase.c | 1.174 | 1.175 | diff |
Log Message: Add a can_read property to a message header which indicates the current client can read the associated message. Should make moderation/view own deleted/etc handing way easier for JS developers.
Modified Files:
| src/sbbs3/js_global.c | 1.312 | 1.313 | diff |
Log Message: Don't force the time_t parameter into an Int32 since it may not be one.
Modified Files:
| web/root/ecWeb/pages/000-home.ssjs | 1.1 | 1.2 | diff |
Log Message: Line endings.
Modified Files:
| web/root/ecWeb/readme.txt | 1.3 | 1.4 | diff |
Log Message: Add note that the flash policy server *must* have a section of FlashPolicy
Modified Files:
| web/root/ecWeb/readme.txt | 1.2 | 1.3 | diff |
Log Message: Line endings... this worries me.
Modified Files:
| web/root/sajax-forum/body.xjs | 1.16 | 1.17 | diff |
Log Message: Use the new header argument to get_msg_body()
Modified Files:
Log Message: Use the new header argument to get_msg_body()
Modified Files:
| web/root/blogs/blog_item.xjs | 1.10 | 1.11 | diff |
Log Message: Use the new header argument to get_msg_body()
Modified Files:
| web/root/atom.ssjs | 1.2 | 1.3 | diff |
Log Message: Use the new header argument to get_msg_body()
Modified Files:
| web/root/ecWeb/lib/forumLib.ssjs | 1.8 | 1.9 | diff |
Log Message: Make use of the new "header" argument.
Modified Files:
| src/sbbs3/js_msgbase.c | 1.173 | 1.174 | diff |
Log Message: Support passing a header object to MsgBase.get_msg_body() and MsgBase.get_msg_tail() which will optimize the get to avoid re-reading the headers. When this is specified, the message number or id is not required (but specifying it won't hurt anything and will allow backward compatibility). I'm not sure I need to lock the header here, but I think I might (if nothing else, to ensure the message still exists).
Modified Files:
| web/root/ecWeb/lib/forumLib.ssjs | 1.7 | 1.8 | diff |
Log Message: Perform the more obvious optimizations... remove as many msgBase.* references from inside the loop as possible and use byoffset once the offset is known.
Modified Files:
| exec/slog.js | 1.1 | 1.2 | diff |
Log Message: open file in binary mode :| /T parameter to list column totals /R parameter to reverse listing
Modified Files:
| src/sbbs3/main.cpp | 1.578 | 1.579 | diff |
Log Message: Reverse change in rev 577 that terminated the output_thread() when sbbs->online was false (which is the initialized value). This is an expected case for the terminal server. Added note to self (or others) not to do that. :-)
Added Files:
| exec/slog.js | NONE | 1.1 | diff |
Log Message: system stats viewer (to replace slog.exe)
Modified Files:
| web/root/ecWeb/lightirc/lightirc.ssjs | 1.1 | 1.2 | diff |
Log Message: Fix error when there is no "FlashPolicy" section in the services.ini
Modified Files:
| web/root/ecWeb/fTelnet/fTelnet.ssjs | 1.1 | 1.2 | diff |
Log Message: Fix error when there is no "FlashPolicy" section in the services.ini
Modified Files:
| exec/emailval.js | 1.3 | 1.4 | diff |
Log Message: This corrects the display freeze after a user updates his email address (presses enter) - patch by echto.
Modified Files:
| src/sbbs3/writemsg.cpp | 1.98 | 1.99 | diff |
Log Message: At Deuce's request, revert his change: "Change the last argument of wordwrap() to a flags argument and support making a bare LF not be ignored." If soft line breaks (bare LFs) are stored in the message base, they're expected to wrapped for 80-column terminal only.
Modified Files:
| src/sbbs3/wordwrap.c | 1.14 | 1.15 | diff |
Log Message: If zero is passed as the old length, keep icol (input column) negative to ensure that icol is never greater than or equal to oldcol.
Modified Files:
| src/sbbs3/js_global.c | 1.311 | 1.312 | diff |
Log Message: At Deuce's request, revert his change: "Change the last argument of wordwrap() to a flags argument and support making a bare LF not be ignored." If soft line breaks (bare LFs) are stored in the message base, they're expected to wrapped for 80-column terminal only.
Modified Files:
| src/sbbs3/putmsg.cpp | 1.28 | 1.29 | diff |
| src/sbbs3/wordwrap.c | 1.13 | 1.14 | diff |
| src/sbbs3/wordwrap.h | 1.5 | 1.6 | diff |
Log Message: At Deuce's request, revert his change: "Change the last argument of wordwrap() to a flags argument and support making a bare LF not be ignored." If soft line breaks (bare LFs) are stored in the message base, they're expected to wrapped for 80-column terminal only.
Modified Files:
| exec/fseditor.js | 1.78 | 1.79 | diff |
Log Message: When serializing the lines, make the last line end in a hard CR. Fixes part one of the new word wrap bug.
Modified Files:
| src/sbbs3/js_bbs.cpp | 1.135 | 1.136 | diff |
| src/sbbs3/js_global.c | 1.310 | 1.311 | diff |
| src/sbbs3/sbbs.h | 1.386 | 1.387 | diff |
Log Message: Add exception throwing function for functions which require arguments (throws an "Error: Insufficient Arguments" exception) in js_global.c so all JSNative functions call call it. Also add a function which calls JS_GetContextPrivate and throws an exception if it returns NULL. Previously, when either of these happened, the function silently did nothing.
Modified Files:
| src/sbbs3/main.cpp | 1.577 | 1.578 | diff |
Log Message: Fix witnessed infinite loop in bbs_thread() during SSH connection if the output_thread is terminated (for some uknown reason, perhaps due to the new checking of the "online" value): outbuf will never drain if the output_thread isn't running, and possibly, even if it is (but there is no connection). Added error logging during node status change in dailly_main().
Modified Files:
| exec/ircbots/ham/ham.js | 1.7 | 1.8 | diff |
Log Message: Fix Canadian callsign lookups. callsign.ca is gone and Industry Canada has their own lookup now. Seems pretty slow though. :-( Also, add fallback to other callsign handlers, catch HTTP exceptions, and switch from [\x00-\xff] in regexs to the Mozilla reccomended (but non-standard) [\s\S] to include line breaks in a match.
Modified Files:
| src/sbbs3/qwk.cpp | 1.57 | 1.58 | diff |
Log Message: Fix double-fclose() assertion in qwk_route() reported by echto. Thanks!
Modified Files:
| src/sbbs3/getmsg.cpp | 1.42 | 1.43 | diff |
Log Message: Dislable auto line-wrap of message text display when RAW input mode is enabled. This allows easy trouble-shooting of word-wrap issues by using Ctrl-Z.
Modified Files:
| src/sbbs3/writemsg.cpp | 1.97 | 1.98 | diff |
Log Message: Fix previous commit for Windows (read sig file in text mode, strip trialing white space from lines (include '\r' if there happens to be one).
Modified Files:
| src/sbbs3/js_bbs.cpp | 1.134 | 1.135 | diff |
Log Message: Apparently default is a reserved word in C++
Modified Files:
| src/sbbs3/js_bbs.cpp | 1.133 | 1.134 | diff |
Log Message: Fix typo.
Modified Files:
| exec/allusers.js | 1.2 | 1.3 | diff |
Log Message: aaaaaaaaand fix a few typos
Modified Files:
| exec/allusers.js | 1.1 | 1.2 | diff |
Log Message: remove shitting debug logging, please :|
Added Files:
| exec/allusers.js | NONE | 1.1 | diff |
Log Message: mass user editor (to replace allusers.exe) basic functionality (for now)
Modified Files:
| src/sbbs3/js_bbs.cpp | 1.132 | 1.133 | diff |
Log Message: Start of argc enforcement. Passing the wrong number of arguments to a function will now (hopefully) throw an exception. This exception is likely to be uniquely unhelpful right now... I'm sure I'll have to add good messages there Real Soon.
Modified Files:
| src/sbbs3/getmsg.cpp | 1.41 | 1.42 | diff |
| src/sbbs3/putmsg.cpp | 1.27 | 1.28 | diff |
Log Message: strip trailing white-space off the end of printed messages *after* they're word wrapped. Pass the column width to wordwrap() instead of columns-1.
Modified Files:
| src/sbbs3/mailsrvr.c | 1.553 | 1.554 | diff |
Log Message: Log sender's email address in brackets on "Created message" log line.
Modified Files:
| src/sbbs3/putmsg.cpp | 1.26 | 1.27 | diff |
Log Message: Use more sensible values for wordwrap() in putmsg() - we don't need to reserve space for quote-chars here and we're going to assume the message was originally formatted for 79 cols.
Modified Files:
| src/xpdev/genwrap.c | 1.86 | 1.87 | diff |
Log Message: Fix truncsp_lines() and it's comment block: retains line-ending format (i.e. \r\n or \n) of original text, rather than converting to \n-terminated.
Modified Files:
| src/sbbs3/wordwrap.c | 1.12 | 1.13 | diff |
Log Message: Try to pretty up the ugly... This looks better but I'm not sure if it's a nicer thing to do or not.
Modified Files:
| src/sbbs3/wordwrap.c | 1.11 | 1.12 | diff |
Log Message: Make the ugly actually used... And add a touch more ugly while I'm at it.
Modified Files:
| src/sbbs3/wordwrap.c | 1.10 | 1.11 | diff |
Log Message: Fix handling of an ignored \n without a space before it by smearing ugly all over everything. I will likely go to hell for abusing C in this manner.
Modified Files:
| src/sbbs3/wordwrap.h | 1.4 | 1.5 | diff |
Log Message: #include <gen_defs.h> for uint32_t
Modified Files:
| src/sbbs3/wordwrap.c | 1.9 | 1.10 | diff |
Log Message: Sorry, we don't speak no C99 here.
Modified Files:
| src/sbbs3/mailsrvr.c | 1.552 | 1.553 | diff |
Log Message: If an external mail processor removes all the recipients from the recipient list file (without actually deleting the file), don't bother saving the message to the message base.
Modified Files:
| src/xpdev/ini_file.c | 1.125 | 1.126 | diff |
| src/xpdev/ini_file.h | 1.44 | 1.45 | diff |
Log Message: Created iniReadSectionCount(), like iniGetSectionCount(), except it operates on FILE* (like iniReadSectionList()).
Modified Files:
| exec/ircmsg.js | 1.30 | 1.31 | diff |
Log Message: Fix previous commit, apparently this old trick doesn't work from anymore (or from here).
Modified Files:
| exec/ircmsg.js | 1.29 | 1.30 | diff |
Log Message: Added '-q' (quiet) option to stop log output.
Modified Files:
| src/sbbs3/sbbscon.c | 1.248 | 1.249 | diff |
Log Message: Resolve warnings: sbbscon.c: In function ΓÇÿwhoamiΓÇÖ: sbbscon.c:430: warning: implicit declaration of function ΓÇÿgetresuidΓÇÖ sbbscon.c:432: warning: implicit declaration of function ΓÇÿgetresgidΓÇÖ sbbscon.c: In function ΓÇÿlinux_keepcapsΓÇÖ: sbbscon.c:452: warning: implicit declaration of function ΓÇÿprctlΓÇÖ sbbscon.c:447: warning: unused variable ΓÇÿstrbufΓÇÖ
Modified Files:
| src/sbbs3/ars_defs.h | 1.11 | 1.12 | diff |
Log Message: Added some helpful comments.
Modified Files:
| src/sbbs3/main.cpp | 1.576 | 1.577 | diff |
Log Message: Remove meainingless assignments and stop output_thread() when online is false.
Modified Files:
| src/sbbs3/postmsg.cpp | 1.87 | 1.88 | diff |
Log Message: Added todo comment.
Modified Files:
| src/sbbs3/qwktomsg.cpp | 1.54 | 1.55 | diff |
Log Message: Use CTRL_A macro instead of '1' for Ctrl-A character constant.
Modified Files:
| src/sbbs3/sbbsdefs.h | 1.174 | 1.175 | diff |
Log Message: Added new external editor word-wrap misc values for supporting 4 options: 80 column wrap, terminal width wrap, long line wrap, or no wrap. These values will be used for wrapping quoted text (input to editor) and message text created by the editor. Edited files are another issue.
Modified Files:
| src/sbbs3/js_global.c | 1.309 | 1.310 | diff |
Log Message: Fix for not background load()s as well.
Modified Files:
| src/sbbs3/js_global.c | 1.308 | 1.309 | diff |
Log Message: Also need to context suspend dance in the js_CopyValue() function
Modified Files:
| src/sbbs3/wordwrap.h | 1.3 | 1.4 | diff |
Log Message: Missing changes from previous wordwrap() commit
Modified Files:
| src/sbbs3/writemsg.cpp | 1.96 | 1.97 | diff |
| src/sbbs3/wordwrap.c | 1.8 | 1.9 | diff |
| src/sbbs3/putmsg.cpp | 1.25 | 1.26 | diff |
| src/sbbs3/js_global.c | 1.307 | 1.308 | diff |
Log Message: Change the last argument of wordwrap() to a flags argument and support making a bare LF not be ignored. This effectively breaks the CR counting code... so... yeah.
Modified Files:
| src/sbbs3/jsexec.c | 1.158 | 1.159 | diff |
Log Message: Make the startup structure a global variable... it previously continued to be used after leaving the scope (which was a bug). It is surprising that this worked as much as it has.
Modified Files:
| src/sbbs3/exec.cpp | 1.97 | 1.98 | diff |
| src/sbbs3/js_global.c | 1.306 | 1.307 | diff |
| src/sbbs3/services.c | 1.267 | 1.268 | diff |
| src/sbbs3/websrvr.c | 1.557 | 1.558 | diff |
Log Message: The JSAPI documentation says to set the operation callback to NULL before calling any JSAPI functions.
Modified Files:
| 3rdp/build/GNUmakefile | 1.6 | 1.7 | diff |
| 3rdp/build/jsapi.cpp-request-debug.patch | 1.1 | 1.2 | diff |
Log Message: Enable Valgrind support in debug builds. It's a valuable tool in tracking down GC issues.
Modified Files:
| src/sbbs3/js_request.h | 1.1 | 1.2 | diff |
Log Message: Remove semicolons from macros.
Modified Files:
| src/sbbs3/js_global.c | 1.305 | 1.306 | diff |
Log Message: Do a horrible horrible dance to avoid two active requests in the same thread in different contexts.
Modified Files:
| src/sbbs3/js_request.c | 1.7 | 1.8 | diff |
Log Message: Only provide suspend depth warnings on end and resume.
Modified Files:
| exec/load/sbbsdefs.js | 1.52 | 1.53 | diff |
Log Message: Define P_WORDWRAP for use with put/print[msg|file|tail] functions.
Modified Files:
| exec/sbbsdefs.inc | 1.15 | 1.16 | diff |
Log Message: Define P_WORDWRAP for use with put/print[msg|file|tail] functions.
Modified Files:
| src/sbbs3/putmsg.cpp | 1.24 | 1.25 | diff |
Log Message: Fix compile error in previous commit. Rewolve warning regarding signed value comparison.
Modified Files:
| src/sbbs3/js_request.c | 1.6 | 1.7 | diff |
Log Message: Fix up request debugging code.
Modified Files:
| src/sbbs3/getmsg.cpp | 1.40 | 1.41 | diff |
| src/sbbs3/putmsg.cpp | 1.23 | 1.24 | diff |
| src/sbbs3/sbbsdefs.h | 1.173 | 1.174 | diff |
Log Message: Created new putmsg() mode flag: P_WORDWRAP and use it in show_msg() to wrap long lines in messages for the user's terminal. May be used for viewing other files with long lines (e.g. G-text files) in the future.
Modified Files:
| src/sbbs3/wordwrap.c | 1.7 | 1.8 | diff |
Log Message: Fix potential memory leaks on malloc() failure.
Modified Files:
| exec/nntpservice.js | 1.111 | 1.112 | diff |
Log Message: Pass the client object to msgbase.save_msg() so it'll handle the security header fields for us (automatically).
Modified Files:
| src/sbbs3/js_msgbase.c | 1.172 | 1.173 | diff |
Log Message: Add supported for new(ish) security (tracing) header fields, which I'd forgot to expose via JS: sender_userid, sender_server, and sender_time.
Modified Files:
| exec/load/gnatslib.js | 1.24 | 1.25 | diff |
Log Message: Fix ReferenceError: undefineD is not defined
Modified Files:
| ctrl/text.dat | 1.45 | 1.46 | diff |
Log Message: Updated NoMoreLines (requires current writemsg.cpp) and OnlyNLinesLeft messages.
Modified Files:
| src/sbbs3/sbbs.h | 1.385 | 1.386 | diff |
| src/sbbs3/writemsg.cpp | 1.95 | 1.96 | diff |
Log Message: Allow "MAX_LINES" (defined here as 10000) when editing/creating text files regardless of security level setting. When run out of lines when creating/editing a file or msg, print a more meaningful message, in text.dat update (with the max lines allowed).
Modified Files:
| src/sbbs3/js_internal.c | 1.71 | 1.72 | diff |
Log Message: From the JSAPI docs "The recommended technique in SpiderMonkey 1.8 and later is to periodically call JS_YieldRequest from an operation callback."
Modified Files:
| src/sbbs3/writemsg.cpp | 1.94 | 1.95 | diff |
Log Message: When appending .sig files to message body text, expand Unix-style (LF) EOL sequences to SMB-style (CRLF). This resolves the issue of .sig files created or edited with a Unix-style text editor and the resulting signature losing line endings when being exported to FTN (for example).
Modified Files:
| src/sbbs3/js_rtpool.c | 1.23 | 1.24 | diff |
Log Message: Add support for a single runtime shared between all contexts. (disabled)
Modified Files:
| src/sbbs3/js_rtpool.c | 1.22 | 1.23 | diff |
| src/sbbs3/js_rtpool.h | 1.4 | 1.5 | diff |
Log Message: Remove obsolete jsrt_TriggerAll() that was part of the effort to keep using the libmozjs from firefox et. al.
Modified Files:
| src/sbbs3/js_rtpool.c | 1.21 | 1.22 | diff |
Log Message: Start the trigger thread when not using shared runtimes as well.
Modified Files:
| src/sbbs3/js_global.c | 1.304 | 1.305 | diff |
Log Message: Ensure that parent threads can not exit before all child threads have exited. Maybe should log the fact that it's waiting...
Modified Files:
| exec/fseditor.js | 1.77 | 1.78 | diff |
Log Message: Save "soft" CRs as a space followed by a line feed. That way of messages are handled according to FTS-0001 and line feeds are ignored, the space will still separate words. This should fix the recent spate of replied messages losing spaces between re-wrapped lines.
Modified Files:
| 3rdp/build/GNUmakefile | 1.5 | 1.6 | diff |
Removed Files: jsnativestack.cpp.patch Log Message: Use the same workaround that Mk/bsd.gecko.mk uses by diddling with the generated config files rather than patching the sources. (As a side note, there is an Mk/bsd.gecko.mk!)
Modified Files:
| 3rdp/build/GNUmakefile | 1.4 | 1.5 | diff |
| 3rdp/build/jsnativestack.cpp.patch | NONE | 1.1 | diff |
Added Files: jsnativestack.cpp.patch Log Message: Add and apply patch to set visibility to default during inclusion of pthread headers. Fixes problem linking JS on FreeBSD 9.0-RC1.
Modified Files:
| 3rdp/build/Common.make | 1.2 | 1.3 | diff |
Log Message: Fix lib name.
Modified Files:
| 3rdp/build/Common.make | 1.1 | 1.2 | diff |
| 3rdp/build/GNUmakefile | 1.3 | 1.4 | diff |
Log Message: Add --disable-shared-js to the spidermonkey configure script. Don't pass -o and -u to unzip... just -o (-u contradicts -o)
Modified Files:
| src/conio/cterm.c | 1.135 | 1.136 | diff |
| src/conio/cterm.h | 1.29 | 1.30 | diff |
| src/conio/cterm.txt | 1.26 | 1.27 | diff |
Log Message: Add support for ESC [ ? 7 h and ESC [ ? 7 l to disable/enable auto-wrap of lines. Also add ESC [ ? XXX s and ESC [ ? XXX u to save/restore modes controlled by h and l.
Modified Files:
| src/xpdev/gen_defs.h | 1.57 | 1.58 | diff |
Log Message: Apparently, C99 format macros are not part of C++ unless explicitly requested via __STDC_FORMAT_MACROS
Modified Files:
| src/smblib/smbadd.c | 1.24 | 1.25 | diff |
Log Message: Use off_t for length (which is more correct) and cast to intmax_t for printf() formatting.
Modified Files:
| src/sbbs3/js_bbs.cpp | 1.131 | 1.132 | diff |
Log Message: Fix bbs.scan_posts() and others. More argv[x] where x>=argc issues.
Modified Files:
| src/xpdev/gen_defs.h | 1.56 | 1.57 | diff |
Log Message: Added lots of PRI and SCN macros for Win32 builds.
Modified Files:
| src/xpdev/xpdev.props | 1.1 | 1.2 | diff |
| src/xpdev/xpdev.vcxproj | 1.3 | 1.4 | diff |
| src/xpdev/xpdev_mt.vcxproj | 1.4 | 1.5 | diff |
Log Message: Define HAS_STDINT_H because MSVC10 has it and we now need it due to use of (u)intmax_t by the Deucester.
Modified Files:
| src/xpdev/xp_dl.c | 1.5 | 1.6 | diff |
Log Message: Fix format-related warnings. This is *likely* to break the Win32 build and even when the macros are specified in xpdev, I doubt Microsoft has added support for the 'z' size specifier used in smblib/smbadd.c we'll likely need a SIZE_T_SIZE macro that is "z" on C99 systems and "ll" or "64" or whatever it is on Win32. Or maybe a whole slew of complete SIZE_T macros since the 32/64 but thing and the max file size thing may actually need the full format specification to be in the macro... "zu" on C99 platforms and whatever magic Microsoft needs there.
Modified Files:
| src/smblib/smbadd.c | 1.23 | 1.24 | diff |
| src/smblib/smbdump.c | 1.11 | 1.12 | diff |
| src/smblib/smblib.cbp | 1.1 | 1.2 | diff |
Log Message: Fix format-related warnings. This is *likely* to break the Win32 build and even when the macros are specified in xpdev, I doubt Microsoft has added support for the 'z' size specifier used in smblib/smbadd.c we'll likely need a SIZE_T_SIZE macro that is "z" on C99 systems and "ll" or "64" or whatever it is on Win32. Or maybe a whole slew of complete SIZE_T macros since the 32/64 but thing and the max file size thing may actually need the full format specification to be in the macro... "zu" on C99 platforms and whatever magic Microsoft needs there.
Modified Files:
Log Message: Fix format-related warnings. This is *likely* to break the Win32 build and even when the macros are specified in xpdev, I doubt Microsoft has added support for the 'z' size specifier used in smblib/smbadd.c we'll likely need a SIZE_T_SIZE macro that is "z" on C99 systems and "ll" or "64" or whatever it is on Win32. Or maybe a whole slew of complete SIZE_T macros since the 32/64 but thing and the max file size thing may actually need the full format specification to be in the macro... "zu" on C99 platforms and whatever magic Microsoft needs there.
Modified Files:
| src/sbbs3/delfiles.c | 1.6 | 1.7 | diff |
Log Message: Fix Removing <filename> (not in database) message.
Modified Files:
| src/sbbs3/js_global.c | 1.303 | 1.304 | diff |
Log Message: Fix "Run-time Check Failure #3"
Modified Files:
| src/sbbs3/js_global.c | 1.302 | 1.303 | diff |
Log Message: Fix C99 usage.
Modified Files:
| src/sbbs3/js_queue.c | 1.41 | 1.42 | diff |
Log Message: Fix typo even more!
Modified Files:
| src/sbbs3/js_queue.c | 1.40 | 1.41 | diff |
Log Message: Fix typo.
Modified Files:
Log Message: Only JSVAL_TO_STRING(v) if JSVAL_IS_STRING(v)... should fix crashes in resolve callbacks.
Modified Files:
| src/sbbs3/js_global.c | 1.300 | 1.301 | diff |
Log Message: Root the log object in the correct context.
Modified Files:
| src/sbbs3/js_request.c | 1.5 | 1.6 | diff |
Log Message: Make request debugging work when the patches in 3rdp/build are included.
Added Files:
| 3rdp/build/jsapi.cpp-request-debug.patch | NONE | 1.1 | diff |
| 3rdp/build/jsapi.h-request-debug.patch | NONE | 1.1 | diff |
Log Message: Add a pair of patches to allow request debugging.
Modified Files:
| exec/bench/dest6.js | 1.17 | 1.18 | diff |
Log Message: Use a timeout on the queue read in the echo thread, and have the main thread tell the echo thread to exit.
Modified Files:
| src/sbbs3/js_global.c | 1.299 | 1.300 | diff |
Log Message: Remove debug output.
Modified Files:
| src/sbbs3/js_global.c | 1.298 | 1.299 | diff |
Log Message: Fix type
Modified Files:
| exec/bench/dest6.js | 1.16 | 1.17 | diff |
Log Message: Base the decision to wait for background threads on the name of the load()ed file, not argc
Modified Files:
| src/sbbs3/js_global.c | 1.297 | 1.298 | diff |
Log Message: Use the *StructuredClon() functions for CopyValue(). Restore background log dance... logging from background thread should work now as long as the parent is still around... not sure what will happen when the parent goes away though.
Modified Files:
| src/sbbs3/js_queue.c | 1.38 | 1.39 | diff |
Log Message: Despite the "documentation", the value needs to be JS_free()d, not js_free()d. Since this requires a context in the same runtime and we're not sharing one big runtime (yet), we'll copy it out of magic JS land and into more sane normal heap land and JS_free() immediately. This should fix teh Windows crash on queues that digitalman was seeing (and the leak he added to fix it).
Modified Files:
| src/sbbs3/js_queue.c | 1.37 | 1.38 | diff |
Log Message: Comment out free() line in Queue.read()->js_decode_value which is causing a heap assertion (with jsexec/ircd.js). I'm not sure if this is now a memory leak or what, but Deuce needs to take a look-see tomorrow.
Modified Files:
| ctrl/sbbs.ini | 1.64 | 1.65 | diff |
Log Message: Updated comments: - Fixed mention of $HOSTNAME.ini being supported - Added reference to wiki page (where most comments should be moved) Fixed default value of SemFileCheckFrequency. Added LoginAttempt* key values to [global] section.
Modified Files:
| src/sbbs3/sbbs_ini.c | 1.141 | 1.142 | diff |
Log Message: Contrary to the comment, it's *not* a good idea for Synchronet to use /tmp on *nix for it's temp directory as it routinely deletes all files in this directory - no longer default to '/tmp' on *nix.
Modified Files:
| exec/bench/dest6.js | 1.15 | 1.16 | diff |
Log Message: Add a disabled test which tries to run 16384 background threads. It fails.
Modified Files:
| src/sbbs3/jsexec.c | 1.156 | 1.157 | diff |
Log Message: Fix NULL-deference added in previous commit.
Modified Files:
| src/sbbs3/main.cpp | 1.575 | 1.576 | diff |
Log Message: Give back what Deuce taketh away.
Modified Files:
Log Message: Root the created object in js_CreateGlobalObject() and js_CreateCommonObjects() and leave it rooted until the script is done or the context is destroyed. This should clean up crashes before a script starts (ie: While creating common objects)
Modified Files:
| ctrl/sbbs.ini | 1.63 | 1.64 | diff |
Log Message: Eliminated all JS ThreadStackLimit stuff - not needed anymore as mozjs 1.8.5 has its own functional "too much recursion" detection. Replaced "branch callback" stuff with "operational callback". JavaScriptBranchLimit has been replaced with JavaScriptTimeLimit (default value: 24 hours)
Modified Files:
| src/sbbs3/ctrl/MainFormUnit.cpp | 1.182 | 1.183 | diff |
| src/sbbs3/ctrl/PropertiesDlgUnit.dfm | 1.22 | 1.23 | diff |
| src/sbbs3/ctrl/PropertiesDlgUnit.h | 1.16 | 1.17 | diff |
Log Message: Eliminated all JS ThreadStackLimit stuff - not needed anymore as mozjs 1.8.5 has its own functional "too much recursion" detection. Replaced "branch callback" stuff with "operational callback". JavaScriptBranchLimit has been replaced with JavaScriptTimeLimit (default value: 24 hours)
Modified Files:
Log Message: Eliminated all JS ThreadStackLimit stuff - not needed anymore as mozjs 1.8.5 has its own functional "too much recursion" detection. Replaced "branch callback" stuff with "operational callback". JavaScriptBranchLimit has been replaced with JavaScriptTimeLimit (default value: 24 hours)
Modified Files:
| exec/bench/dest6.js | 1.14 | 1.15 | diff |
Log Message: Compare objects using valueOf()... Objects are a refernced type and Dates are objects.
Modified Files:
| src/sbbs3/js_queue.c | 1.36 | 1.37 | diff |
Log Message: Use the StructuredClone interface to serialize JS objects into queues. The dest6 test to check if the date passed though safely seems to be broken as it actually does pass through and work but the comparison doesn't.
exec/bench - Imported sources NONE NONE Update of /cvsroot/sbbs/exec/bench In directory cvs:/tmp/cvs-serv30958 Log Message: New directory for test/bench type JavaScripts. Sysops are not normally expected to run these. - while1.js (infinite loop detection testing) - recurse.js (infinite recursion detection testing) Status: Vendor Tag: avendor Release Tags: arelease N exec/bench/while1.js N exec/bench/recurse.js No conflicts created by this import
Modified Files:
| src/sbbs3/userlist/wxsmith/SBBS_User_Listframe.wxs | 1.13 | 1.14 | diff |
Log Message: Add a trigger thread to trigger operation callbacks every 100ms(ish)
Modified Files:
| src/sbbs3/js_rtpool.c | 1.20 | 1.21 | diff |
Log Message: Add a trigger thread to trigger operation callbacks every 100ms(ish)
Modified Files:
| exec/dest6.js | 1.13 | 1.14 | diff |
Log Message: e-enable so many bug like Microsoft.
Modified Files:
| src/sbbs3/js_msgbase.c | 1.170 | 1.171 | diff |
Log Message: Updated JS_ReportError strings (mostly search/replace to include smb error value, some fixes).
Modified Files:
| src/sbbs3/js_bbs.cpp | 1.129 | 1.130 | diff |
| src/sbbs3/js_msgbase.c | 1.169 | 1.170 | diff |
Log Message: Add a large number of specific exceptions to the message header parsing code.
Modified Files:
| install/checkout.bat | 1.4 | 1.5 | diff |
Log Message: Fixed the lib-win32 module alias.
Modified Files:
| install/FILE_ID.DIZ | 1.7 | 1.8 | diff |
Log Message: Latest DIZ (for v3.15b-Win32).
Modified Files:
| src/sbbs3/js_user.c | 1.92 | 1.93 | diff |
Log Message: Throw exception from set function with int conversion error.
Modified Files:
| src/sbbs3/mailsrvr.c | 1.548 | 1.549 | diff |
Log Message: Re-arrange mailproc JS exit handling stuff at Deuce's suggestion. Currently, the return value and result of js_mailproc() isn't used anywhere anyway. <shrug> Not compiled/tested.
Modified Files:
Log Message: Check the return of JS_ValueToInt32() and return false in method/property functions when an excpetion is pending. Some work still needs to be done on js_msgbase.c, js_user.c, and mailsrvr.c
Modified Files:
| src/sbbs3/userlist/SBBS_User_ListMain.cpp | 1.27 | 1.28 | diff |
Log Message: Remove misleading comment and call SetName() to prepare for the persistance manager in 2.9
Modified Files:
| src/sbbs3/userlist/wxsmith/SBBS_User_Listframe.wxs | 1.12 | 1.13 | diff |
Log Message: This is the user LIST not user EDITOR.
Modified Files:
| src/sbbs3/userlist/SBBS_User_ListMain.cpp | 1.26 | 1.27 | diff |
Log Message: This is the user LIST not user EDITOR.
Modified Files:
| src/sbbs3/js_bbs.cpp | 1.128 | 1.129 | diff |
| src/sbbs3/js_msgbase.c | 1.167 | 1.168 | diff |
| src/sbbs3/sbbs.h | 1.382 | 1.383 | diff |
Log Message: "Fix" problem as a result of the change to JSVAL_IS_NUM() Perviously, if the argument to a number of bbs.* functions was not a valid number, Synchronet would silently ignore the parameter and treat it as though it was not specified. The new behaviour was to use the value as a number. However, the old code caused the exception triggered by an inability to convert the number to be pending until after the return (the JS_Native didn't return JS_FALSE) so a try/catch block aorund it would not catch the exception. The new new behaviour is to throw the exception immediately so it can be caught and handled correctly.
Modified Files:
| exec/str_cmds.js | 1.37 | 1.38 | diff |
Log Message: Add try/catch around possibly faulting parseInt()
Modified Files:
| src/sbbs3/userlist/wxsmith/SBBS_User_Listframe.wxs | 1.11 | 1.12 | diff |
Log Message: Add a title and icon.
Modified Files:
| src/sbbs3/userlist/SBBS_User_ListMain.cpp | 1.25 | 1.26 | diff |
Log Message: Add a title and icon.
Modified Files:
| src/build/wxWidgets.gmake | 1.1 | 1.2 | diff |
Log Message: Eliminated spurious "wx-config not found" messages.
Modified Files:
| src/sbbs3/userlist/GNUmakefile | 1.4 | 1.5 | diff |
Log Message: Create a new wxWidgets.gmake file to include from projects using wxWidgets. It always specifies unicode version 2.8.
Added Files:
| src/build/wxWidgets.gmake | NONE | 1.1 | diff |
Log Message: Create a new wxWidgets.gmake file to include from projects using wxWidgets. It always specifies unicode version 2.8.
Modified Files:
| src/sbbs3/userlist/GNUmakefile | 1.3 | 1.4 | diff |
Log Message: Move the setting of LD_RUN_PATH into sbbs3/Common.gmake
Modified Files:
| src/sbbs3/Common.gmake | 1.10 | 1.11 | diff |
Log Message: Move the setting of LD_RUN_PATH into sbbs3/Common.gmake
Modified Files:
| src/sbbs3/userlist/wxsmith/SBBS_User_Listframe.wxs | 1.10 | 1.11 | diff |
Log Message: Remove status line and menu bar.
Modified Files:
| src/sbbs3/userlist/SBBS_User_ListMain.cpp | 1.24 | 1.25 | diff |
| src/sbbs3/userlist/SBBS_User_ListMain.h | 1.9 | 1.10 | diff |
Log Message: Remove status line and menu bar.
Modified Files:
| src/sbbs3/userlist/GNUmakefile | 1.2 | 1.3 | diff |
Log Message: Remove old glade reference.
Modified Files:
| src/sbbs3/userlist/GNUmakefile | 1.1 | 1.2 | diff |
Log Message: Set up LD_RUN_PATH
Modified Files:
| src/sbbs3/GNUmakefile | 1.218 | 1.219 | diff |
Log Message: Add LIBODIR order-only prerequisite to libsbbs.so
Modified Files:
| src/sbbs3/Common.gmake | 1.9 | 1.10 | diff |
Log Message: Use SBBS_SRC for sbbsdefs.mk inclusion.
Modified Files:
| src/build/Common.gmake | 1.82 | 1.83 | diff |
Log Message: Add order-only directory prerequisites to implicit rules.
Added Files:
| src/sbbs3/userlist/GNUmakefile | NONE | 1.1 | diff |
| src/sbbs3/userlist/objects.mk | NONE | 1.1 | diff |
| src/sbbs3/userlist/targets.mk | NONE | 1.1 | diff |
Log Message: Make userlist build using the gmake build system.
Modified Files:
| src/sbbs3/Common.gmake | 1.8 | 1.9 | diff |
| src/sbbs3/Common.make | NONE | 1.1 | diff |
Added Files: Common.make Log Message: Add Common.make and update Common.gmake to allow inclusion for libsbbs dependencies.
Modified Files:
| src/sbbs3/main.cpp | 1.571 | 1.572 | diff |
Log Message: If the thread stack is set to zero, disable checking.
Modified Files:
| src/sbbs3/js_global.c | 1.293 | 1.294 | diff |
Log Message: Disable stack size checking in the background thread. This is reccomended by Mozilla and makes sense. I would prefer to set it to a new stack limit though...
Modified Files:
| src/sbbs3/userlist/SBBS_User_ListMain.cpp | 1.23 | 1.24 | diff |
Log Message: Always apply the ARS when Clear is pressed.
Modified Files:
| src/sbbs3/userlist/wxsmith/SBBS_User_Listframe.wxs | 1.9 | 1.10 | diff |
Log Message: Remove grungeballs.
Modified Files:
| src/sbbs3/userlist/SBBS_User_ListMain.cpp | 1.22 | 1.23 | diff |
Log Message: Remove grungeballs.
Modified Files:
| src/sbbs3/userlist/wxsmith/SBBS_User_Listframe.wxs | 1.8 | 1.9 | diff |
Log Message: Add a default ARS of "ACTIVE) NOT DELETED)" (Grunged for pending bugfix)
Modified Files:
| src/sbbs3/userlist/SBBS_User_ListMain.cpp | 1.21 | 1.22 | diff |
| src/sbbs3/userlist/SBBS_User_ListMain.h | 1.8 | 1.9 | diff |
Log Message: Add a default ARS of "ACTIVE) NOT DELETED)" (Grunged for pending bugfix)
Modified Files:
| src/sbbs3/chk_ar.cpp | 1.22 | 1.23 | diff |
| src/sbbs3/userdat.c | 1.142 | 1.143 | diff |
Log Message: Fixed bug with parsing compiled ARS that included the ACTIVE, INACTIVE, or DELETED keywords with other keywords (e.g. "NOT DELETED AND LEVEL 50)": keyword/values following the broken keyword would be interpretted incorrectly.
Modified Files:
| src/sbbs3/userlist/SBBS_User_ListMain.cpp | 1.20 | 1.21 | diff |
Log Message: Sort in refresh function as well.
Modified Files:
| src/sbbs3/userlist/SBBS_User_ListMain.cpp | 1.19 | 1.20 | diff |
Log Message: Set the item mask before calling get to ensure that the text field is filled.
Modified Files:
| src/sbbs3/userlist/SBBS_User_ListMain.cpp | 1.18 | 1.19 | diff |
Log Message: Initialize ars member.
Modified Files:
| src/sbbs3/userlist/SBBS_User_ListMain.cpp | 1.17 | 1.18 | diff |
Log Message: Apparently the stupid Windows dance isn't necessary anymore. (Taken from wxWidgets sample code)
Modified Files:
| src/sbbs3/userlist/userlist.cbp | 1.4 | 1.5 | diff |
Log Message: Pass --unicode to wx-config to ensure we're using a unicode enabled wxWidgets.
Modified Files:
| src/sbbs3/userlist/SBBS_User_ListApp.cpp | 1.3 | 1.4 | diff |
Log Message: Use correct string conversion function.
Modified Files:
| src/sbbs3/userlist/userlist.cbp | 1.3 | 1.4 | diff |
Log Message: Fix object output dir for release target
Added Files:
| src/smblib/smblib.cbp | NONE | 1.1 | diff |
Log Message: Add smblib project
Modified Files:
| src/Synchronet.workspace | 1.1 | 1.2 | diff |
Log Message: Add smblib project
Modified Files:
| src/sbbs3/userlist/wxsmith/SBBS_User_Listframe.wxs | 1.7 | 1.8 | diff |
Log Message: Centre "Quick Validation Sets" label vertically.
Modified Files:
| src/sbbs3/userlist/SBBS_User_ListMain.cpp | 1.16 | 1.17 | diff |
Log Message: Centre "Quick Validation Sets" label vertically.
Modified Files:
| src/sbbs3/userlist/wxsmith/SBBS_User_Listframe.wxs | 1.6 | 1.7 | diff |
Log Message: Remove acceleratoes for popup menu.
Modified Files:
| src/sbbs3/userlist/SBBS_User_ListMain.cpp | 1.15 | 1.16 | diff |
Log Message: Remove acceleratoes for popup menu.
Modified Files:
| src/sbbs3/userlist/wxsmith/SBBS_User_Listframe.wxs | 1.5 | 1.6 | diff |
Log Message: Enable sorting.
Modified Files:
| src/sbbs3/userlist/SBBS_User_ListMain.cpp | 1.14 | 1.15 | diff |
| src/sbbs3/userlist/SBBS_User_ListMain.h | 1.7 | 1.8 | diff |
Log Message: Enable sorting.
Modified Files:
| src/sbbs3/sbbs.h | 1.381 | 1.382 | diff |
| src/sbbs3/date_str.c | 1.27 | 1.28 | diff |
Log Message: Constify string argument to dstrtounix()
Modified Files:
| src/sbbs3/userlist/wxsmith/SBBS_User_Listframe.wxs | 1.4 | 1.5 | diff |
Log Message: Add right-click menu to copy items/refresh list.
Modified Files:
| src/sbbs3/userlist/SBBS_User_ListMain.cpp | 1.13 | 1.14 | diff |
| src/sbbs3/userlist/SBBS_User_ListMain.h | 1.6 | 1.7 | diff |
Log Message: Add right-click menu to copy items/refresh list.
Modified Files:
| src/sbbs3/userlist/SBBS_User_ListMain.cpp | 1.12 | 1.13 | diff |
Log Message: Don't take any action if the quick validation drop down is dropped then "Selecte a set" is chosen.
Modified Files:
| src/sbbs3/userlist/SBBS_User_ListMain.cpp | 1.11 | 1.12 | diff |
| src/sbbs3/userlist/SBBS_User_ListMain.h | 1.5 | 1.6 | diff |
Log Message: Fix line endings for real this time.
Modified Files:
Log Message: Fix line endings.
Modified Files:
| src/sbbs3/userlist/SBBS_User_ListMain.cpp | 1.9 | 1.10 | diff |
Log Message: Delete the column set with an image as it is broken when resizing on Win32.
Added Files:
| src/Synchronet.workspace | NONE | 1.1 | diff |
Log Message: Add a Codeblocks workspace for all Synchronet projects.
Added Files:
| src/xpdev/xpdev.cbp | NONE | 1.1 | diff |
Log Message: Add an xpdev project file
Modified Files:
| src/sbbs3/userlist/SBBS_User_ListMain.cpp | 1.8 | 1.9 | diff |
Log Message: Freeze/Thaw user list when refreshing.
Modified Files:
| src/sbbs3/userlist/SBBS_User_ListApp.cpp | 1.1 | 1.2 | diff |
Log Message: Move initialization code out of the auto-genreated block to prevent future clobbering.
Modified Files:
| src/sbbs3/userlist/SBBS_User_ListMain.cpp | 1.7 | 1.8 | diff |
| src/sbbs3/userlist/SBBS_User_ListMain.h | 1.3 | 1.4 | diff |
Log Message: SetSizeHints() was the magic we needed... we can now use autogenreated UI code for ListMain.
Modified Files:
| src/sbbs3/userlist/SBBS_User_ListMain.cpp | 1.6 | 1.7 | diff |
Log Message: Fix widths of list control columns. It is no longer necessary to munge the generated code.
Modified Files:
| src/sbbs3/userlist/SBBS_User_ListMain.cpp | 1.5 | 1.6 | diff |
Log Message: Add SetSizerAndFit() call which whould fix stupid bits of the layout.
Modified Files:
| src/sbbs3/userlist/wxsmith/SBBS_User_Listframe.wxs | 1.3 | 1.4 | diff |
Log Message: Put a panel inside the frame to get the expected background colour on Win32.
Modified Files:
| src/xpdev/dirwrap.c | 1.83 | 1.84 | diff |
| src/xpdev/genwrap.c | 1.85 | 1.86 | diff |
| src/xpdev/ini_file.c | 1.124 | 1.125 | diff |
Log Message: Remove trailing blanks and add typecasts to declared arg types (ie: PDWORD)to satisfy MinGW
Modified Files:
| src/sbbs3/userdat.h | 1.46 | 1.47 | diff |
Log Message: MinGW hack
Modified Files:
| src/sbbs3/sbbs.h | 1.380 | 1.381 | diff |
Log Message: MinGW hack
Modified Files:
| src/sbbs3/dat_rec.h | 1.2 | 1.3 | diff |
Log Message: MinGW hack
Modified Files:
| src/xpdev/genwrap.h | 1.97 | 1.98 | diff |
Log Message: Remove trailing whitespace and don't define pid_t for MinGW
Modified Files:
| src/sbbs3/load_cfg.c | 1.61 | 1.62 | diff |
| src/sbbs3/sbbs.h | 1.379 | 1.380 | diff |
Log Message: constify base parameter to prep_dir.
Modified Files:
| src/sbbs3/userlist/userlist.cbp | 1.2 | 1.3 | diff |
Log Message: Move build options from Debug target into project.
Modified Files:
| src/sbbs3/userlist/SBBS_User_ListMain.cpp | 1.4 | 1.5 | diff |
Log Message: Fix possible glitch with zero users.
src/sbbs3/userlist userlist.depend 1.3 NONE Update of /cvsroot/sbbs/src/sbbs3/userlist In directory cvs:/tmp/cvs-serv13677 Removed Files: userlist.depend Log Message: Remove dependency file from CVS (autogenerated)
Modified Files:
| src/sbbs3/str_util.c | 1.46 | 1.47 | diff |
Log Message: Fix warning.
Modified Files:
| src/sbbs3/userlist/userlist.cbp | 1.1 | 1.2 | diff |
Log Message: Use standard wx-config command instead of FreeBSD port-specific one. (This will require tweakage at some point)
Modified Files:
| src/sbbs3/userlist/wxsmith/SBBS_User_Listframe.wxs | 1.2 | 1.3 | diff |
Log Message: Make the Quick Validation Sets work.
Modified Files:
| src/sbbs3/userlist/SBBS_User_ListMain.cpp | 1.3 | 1.4 | diff |
| src/sbbs3/userlist/SBBS_User_ListMain.h | 1.2 | 1.3 | diff |
| src/sbbs3/userlist/userlist.depend | 1.2 | 1.3 | diff |
Log Message: Make the Quick Validation Sets work.
Modified Files:
| xtrn/chickendelivery/ckndlvry.ans | 1.1 | 1.2 | diff |
| xtrn/chickendelivery/game.js | 1.10 | 1.11 | diff |
| xtrn/chickendelivery/netscore.ans | 1.1 | 1.2 | diff |
Log Message: show asterisk next to online users in score list, fix 80,24 in splash ansi
Modified Files:
| src/sbbs3/userlist/SBBS_User_ListMain.cpp | 1.2 | 1.3 | diff |
Log Message: Make deleted users light grey.
Modified Files:
| src/sbbs3/userlist/wxsmith/SBBS_User_Listframe.wxs | 1.1 | 1.2 | diff |
Log Message: Make the ARS filter work. Still to do: - Enable sorting - Enable Quick Validation Sets - Make the default window size and column widths sane
Modified Files:
| src/sbbs3/userlist/SBBS_User_ListMain.cpp | 1.1 | 1.2 | diff |
| src/sbbs3/userlist/SBBS_User_ListMain.h | 1.1 | 1.2 | diff |
| src/sbbs3/userlist/userlist.depend | 1.1 | 1.2 | diff |
Log Message: Make the ARS filter work. Still to do: - Enable sorting - Enable Quick Validation Sets - Make the default window size and column widths sane
Modified Files:
| src/sbbs3/ars.c | 1.19 | 1.20 | diff |
| src/sbbs3/ars_defs.h | 1.10 | 1.11 | diff |
Log Message: Constify arstr() input and ensure that *count is set to zero when returning nular or NULL.
Added Files:
| src/sbbs3/userlist/wxsmith/SBBS_User_Listframe.wxs | NONE | 1.1 | diff |
Log Message: Initial start of Code::Blocks user list project. Not complete yet, but at least it lists users.
Added Files:
Log Message: Initial start of Code::Blocks user list project. Not complete yet, but at least it lists users.
src/sbbs3/userlist/wxsmith - New directory NONE NONE Update of /cvsroot/sbbs/src/sbbs3/userlist/wxsmith In directory cvs:/tmp/cvs-serv28841/wxsmith Log Message: Directory /cvsroot/sbbs/src/sbbs3/userlist/wxsmith added to the repository
src/sbbs3/userlist - New directory NONE NONE Update of /cvsroot/sbbs/src/sbbs3/userlist In directory cvs:/tmp/cvs-serv28829/userlist Log Message: Directory /cvsroot/sbbs/src/sbbs3/userlist added to the repository
Modified Files:
| 3rdp/build/Common.gmake | 1.3 | 1.4 | diff |
Log Message: Re-order NSPR/JS libraries...
Modified Files:
| 3rdp/build/Common.gmake | 1.2 | 1.3 | diff |
Log Message: nspr-config --libs includes -lplds4 and -lplc4... use nspr-config for NSPR_LIBS when it's available. This make fix a problem with libsbbs.so not having libnspr as a dependency for Venom.
Modified Files:
| 3rdp/build/GNUmakefile | 1.2 | 1.3 | diff |
Log Message: Clear the environment before running the cryptlib submake. This is because the Cryptlib makefile doesn't use $(MAKE) for submakes and instead hardcodes the string "make" since gmake -C sets MAKEFLAGS to "w", this ends up breaking builds on systems where the first make in the path doesn't support the non-standard -w option.
Modified Files:
| 3rdp/build/GNUmakefile | 1.1 | 1.2 | diff |
Log Message: Delete old source directory before re-extracting. This allows release and debug to be built on the same system as well as allowing building on separate systems (at different times)
Modified Files:
| src/sbbs3/str.cpp | 1.67 | 1.68 | diff |
Log Message: Fix bug found by GCC on Venom's system (memset length of zero) when importing SIF files (whatever they are)
Removed Files:
Log Message: MSVC6 no longer supported. :-(
Modified Files:
| CVSROOT/modules | 1.41 | 1.42 | diff |
Log Message: Remove lib-linux.x64 module alias.
Modified Files:
| exec/testbuild.js | 1.26 | 1.27 | diff |
Log Message: Updated for msvc 2010 and new directory layout in CVS.
Modified Files:
| src/sbbs3/build.bat | 1.1 | 1.2 | diff |
Log Message: Updated for msvc 2010.
Modified Files:
| src/xpdev/xpdev.vcxproj | 1.2 | 1.3 | diff |
| src/xpdev/xpdev_mt.vcxproj | 1.3 | 1.4 | diff |
Log Message: Disable MSVC10 deprecations (excessive warnings).
Modified Files:
| src/sbbs3/ctrl/sbbsctrl.bpr | 1.41 | 1.42 | diff |
Log Message: Updated for new path of cryptlib include.
Modified Files:
| src/xpdev/xpdev_mt.vcxproj | 1.2 | 1.3 | diff |
Log Message: date_file was missing from this project (since when?).
Added Files:
| 3rdp/gcc.linux.x64.release/mozjs/lib/libmozjs185-1.0.a | NONE | 1.1 | diff |
Log Message: Another static library (.a file) that was ignored by 'cvs import'.
Added Files:
| 3rdp/gcc.linux.x64.release/cl/libcl.a | NONE | 1.1 | diff |
Log Message: "cvs import" ignored the .a files
Added Files:
| 3rdp/gcc.linux.x64.debug/cl/libcl.a | NONE | 1.1 | diff |
Log Message: CVS import ignored .a files.
Added Files:
| 3rdp/gcc.linux.x64.debug/mozjs/lib/libmozjs185-1.0.a | NONE | 1.1 | diff |
Log Message: 'cvs import' ignore the static (.a) library.
3rdp/gcc.linux.x64.debug - Imported sources NONE NONE Update of /cvsroot/sbbs/3rdp/gcc.linux.x64.debug In directory cvs:/home/sbbs/3rdp/gcc.linux.x64.debug Log Message: Prebuilt libraries and headers for cryptlib v3.4.1 and libmozjs 1.8.5-1.0 for Linux-x64. Status: Vendor Tag: avendor Release Tags: arelease N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsproto.tbl N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsinterp.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jstracer.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsstdint.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsgc.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsversion.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jslong.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/NativeX64.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsopcode.tbl N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsprobes.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/nanojit.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsxml.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsvalue.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsopcode.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsemit.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/LIRopcode.tbl N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsutil.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsdhash.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jscntxt.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsval.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/Assembler.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsproxy.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsapi.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/js-config.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jslock.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jstypes.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/json.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsbit.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/avmplus.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jstypedarray.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/VMPI.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsanalyze.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jshashtable.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsautokw.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jspubtd.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsprf.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jscell.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsscan.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsscriptinlines.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsclist.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jstl.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsxdrapi.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jswrapper.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsatom.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsiter.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/LIR.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsvector.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsarray.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jspropertycacheinlines.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/Writer.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsotypes.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsarena.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsbuiltins.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/njcpudetect.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsstr.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsregexp.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsreflect.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsinttypes.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/Containers.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/js.msg N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsbool.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsmath.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsprvtd.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsscript.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsfun.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsscope.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsdtoa.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsstaticcheck.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jshash.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/CodeAlloc.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsobjinlines.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jspropertycache.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/NativeCommon.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/Allocator.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsgcstats.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsopcodeinlines.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/prmjtime.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsdate.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsautocfg.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jspropertytree.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsperf.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsclone.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/RegAlloc.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsfriendapi.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/Fragmento.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/njconfig.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/Native.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jscompat.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsgcchunk.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsdbgapi.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jshotloop.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jscompartment.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsparse.h N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsobj.h N 3rdp/gcc.linux.x64.debug/mozjs/bin/js-config L 3rdp/gcc.linux.x64.debug/mozjs/lib/libmozjs185.so.1.0 I 3rdp/gcc.linux.x64.debug/mozjs/lib/libmozjs185.so N 3rdp/gcc.linux.x64.debug/mozjs/lib/libmozjs185.so.1.0.0 I 3rdp/gcc.linux.x64.debug/mozjs/lib/libmozjs185-1.0.a N 3rdp/gcc.linux.x64.debug/mozjs/lib/pkgconfig/mozjs185.pc I 3rdp/gcc.linux.x64.debug/cl/libcl.a N 3rdp/gcc.linux.x64.debug/cl/cryptlib.h No conflicts created by this import
Modified Files:
| CVSROOT/modules | 1.40 | 1.41 | diff |
Log Message: Added lib-linux.x64 module alias
3rdp/gcc.linux.x64.release - Imported sources NONE NONE Update of /cvsroot/sbbs/3rdp/gcc.linux.x64.release In directory cvs:/home/sbbs/3rdp/gcc.linux.x64.release Log Message: Let's try this again: prebuilt libraries and headers for cryptlib v3.4.1 and libmozjs 1.8.5-1.0 for Linux-x64. Status: Vendor Tag: avendor Release Tags: aversion I 3rdp/gcc.linux.x64.release/CVS I 3rdp/gcc.linux.x64.release/mozjs/CVS N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsproto.tbl N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsinterp.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/jstracer.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsstdint.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsgc.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsversion.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/jslong.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/NativeX64.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsopcode.tbl N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsprobes.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/nanojit.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsxml.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsvalue.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsopcode.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsemit.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/LIRopcode.tbl N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsutil.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsdhash.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/jscntxt.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsval.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/Assembler.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsproxy.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsapi.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/js-config.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/jslock.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/jstypes.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/json.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsbit.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/avmplus.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/jstypedarray.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/VMPI.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsanalyze.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/jshashtable.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsautokw.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/jspubtd.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsprf.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/jscell.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsscan.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsscriptinlines.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsclist.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/jstl.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsxdrapi.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/jswrapper.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsatom.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsiter.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/LIR.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsvector.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsarray.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/jspropertycacheinlines.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/Writer.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsotypes.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsarena.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsbuiltins.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/njcpudetect.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsstr.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsregexp.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsreflect.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsinttypes.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/Containers.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/js.msg N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsbool.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsmath.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsprvtd.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsscript.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsfun.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsscope.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsdtoa.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsstaticcheck.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/jshash.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/CodeAlloc.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsobjinlines.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/jspropertycache.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/NativeCommon.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/Allocator.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsgcstats.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsopcodeinlines.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/prmjtime.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsdate.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsautocfg.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/jspropertytree.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsperf.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsclone.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/RegAlloc.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsfriendapi.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/Fragmento.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/njconfig.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/Native.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/jscompat.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsgcchunk.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsdbgapi.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/jshotloop.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/jscompartment.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsparse.h N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsobj.h N 3rdp/gcc.linux.x64.release/mozjs/bin/js-config L 3rdp/gcc.linux.x64.release/mozjs/lib/libmozjs185.so.1.0 I 3rdp/gcc.linux.x64.release/mozjs/lib/libmozjs185.so N 3rdp/gcc.linux.x64.release/mozjs/lib/libmozjs185.so.1.0.0 I 3rdp/gcc.linux.x64.release/mozjs/lib/libmozjs185-1.0.a N 3rdp/gcc.linux.x64.release/mozjs/lib/pkgconfig/mozjs185.pc I 3rdp/gcc.linux.x64.release/cl/libcl.a I 3rdp/gcc.linux.x64.release/cl/CVS N 3rdp/gcc.linux.x64.release/cl/cryptlib.h No conflicts created by this import
3rdp - Imported sources NONE NONE Update of /cvsroot/sbbs/3rdp In directory cvs:/home/sbbs/3rdp/gcc.linux.x64.release Log Message: Let's try this again: prebuilt libraries and headers for cryptlib v3.4.1 and spidermonkey 1.8.5-1.0 for Linux-x64. Status: Vendor Tag: avendor Release Tags: aversion I 3rdp/CVS I 3rdp/mozjs/CVS N 3rdp/mozjs/include/js/jsproto.tbl N 3rdp/mozjs/include/js/jsinterp.h N 3rdp/mozjs/include/js/jstracer.h N 3rdp/mozjs/include/js/jsstdint.h N 3rdp/mozjs/include/js/jsgc.h N 3rdp/mozjs/include/js/jsversion.h N 3rdp/mozjs/include/js/jslong.h N 3rdp/mozjs/include/js/NativeX64.h N 3rdp/mozjs/include/js/jsopcode.tbl N 3rdp/mozjs/include/js/jsprobes.h N 3rdp/mozjs/include/js/nanojit.h N 3rdp/mozjs/include/js/jsxml.h N 3rdp/mozjs/include/js/jsvalue.h N 3rdp/mozjs/include/js/jsopcode.h N 3rdp/mozjs/include/js/jsemit.h N 3rdp/mozjs/include/js/LIRopcode.tbl N 3rdp/mozjs/include/js/jsutil.h N 3rdp/mozjs/include/js/jsdhash.h N 3rdp/mozjs/include/js/jscntxt.h N 3rdp/mozjs/include/js/jsval.h N 3rdp/mozjs/include/js/Assembler.h N 3rdp/mozjs/include/js/jsproxy.h N 3rdp/mozjs/include/js/jsapi.h N 3rdp/mozjs/include/js/js-config.h N 3rdp/mozjs/include/js/jslock.h N 3rdp/mozjs/include/js/jstypes.h N 3rdp/mozjs/include/js/json.h N 3rdp/mozjs/include/js/jsbit.h N 3rdp/mozjs/include/js/avmplus.h N 3rdp/mozjs/include/js/jstypedarray.h N 3rdp/mozjs/include/js/VMPI.h N 3rdp/mozjs/include/js/jsanalyze.h N 3rdp/mozjs/include/js/jshashtable.h N 3rdp/mozjs/include/js/jsautokw.h N 3rdp/mozjs/include/js/jspubtd.h N 3rdp/mozjs/include/js/jsprf.h N 3rdp/mozjs/include/js/jscell.h N 3rdp/mozjs/include/js/jsscan.h N 3rdp/mozjs/include/js/jsscriptinlines.h N 3rdp/mozjs/include/js/jsclist.h N 3rdp/mozjs/include/js/jstl.h N 3rdp/mozjs/include/js/jsxdrapi.h N 3rdp/mozjs/include/js/jswrapper.h N 3rdp/mozjs/include/js/jsatom.h N 3rdp/mozjs/include/js/jsiter.h N 3rdp/mozjs/include/js/LIR.h N 3rdp/mozjs/include/js/jsvector.h N 3rdp/mozjs/include/js/jsarray.h N 3rdp/mozjs/include/js/jspropertycacheinlines.h N 3rdp/mozjs/include/js/Writer.h N 3rdp/mozjs/include/js/jsotypes.h N 3rdp/mozjs/include/js/jsarena.h N 3rdp/mozjs/include/js/jsbuiltins.h N 3rdp/mozjs/include/js/njcpudetect.h N 3rdp/mozjs/include/js/jsstr.h N 3rdp/mozjs/include/js/jsregexp.h N 3rdp/mozjs/include/js/jsreflect.h N 3rdp/mozjs/include/js/jsinttypes.h N 3rdp/mozjs/include/js/Containers.h N 3rdp/mozjs/include/js/js.msg N 3rdp/mozjs/include/js/jsbool.h N 3rdp/mozjs/include/js/jsmath.h N 3rdp/mozjs/include/js/jsprvtd.h N 3rdp/mozjs/include/js/jsscript.h N 3rdp/mozjs/include/js/jsfun.h N 3rdp/mozjs/include/js/jsscope.h N 3rdp/mozjs/include/js/jsdtoa.h N 3rdp/mozjs/include/js/jsstaticcheck.h N 3rdp/mozjs/include/js/jshash.h N 3rdp/mozjs/include/js/CodeAlloc.h N 3rdp/mozjs/include/js/jsobjinlines.h N 3rdp/mozjs/include/js/jspropertycache.h N 3rdp/mozjs/include/js/NativeCommon.h N 3rdp/mozjs/include/js/Allocator.h N 3rdp/mozjs/include/js/jsgcstats.h N 3rdp/mozjs/include/js/jsopcodeinlines.h N 3rdp/mozjs/include/js/prmjtime.h N 3rdp/mozjs/include/js/jsdate.h N 3rdp/mozjs/include/js/jsautocfg.h N 3rdp/mozjs/include/js/jspropertytree.h N 3rdp/mozjs/include/js/jsperf.h N 3rdp/mozjs/include/js/jsclone.h N 3rdp/mozjs/include/js/RegAlloc.h N 3rdp/mozjs/include/js/jsfriendapi.h N 3rdp/mozjs/include/js/Fragmento.h N 3rdp/mozjs/include/js/njconfig.h N 3rdp/mozjs/include/js/Native.h N 3rdp/mozjs/include/js/jscompat.h N 3rdp/mozjs/include/js/jsgcchunk.h N 3rdp/mozjs/include/js/jsdbgapi.h N 3rdp/mozjs/include/js/jshotloop.h N 3rdp/mozjs/include/js/jscompartment.h N 3rdp/mozjs/include/js/jsparse.h N 3rdp/mozjs/include/js/jsobj.h N 3rdp/mozjs/bin/js-config L 3rdp/mozjs/lib/libmozjs185.so.1.0 I 3rdp/mozjs/lib/libmozjs185.so N 3rdp/mozjs/lib/libmozjs185.so.1.0.0 I 3rdp/mozjs/lib/libmozjs185-1.0.a N 3rdp/mozjs/lib/pkgconfig/mozjs185.pc I 3rdp/cl/libcl.a I 3rdp/cl/CVS N 3rdp/cl/cryptlib.h No conflicts created by this import
mozjs - Imported sources NONE NONE Update of /cvsroot/sbbs/mozjs In directory cvs:/home/sbbs/3rdp/gcc.linux.x64.release Log Message: SpiderMonkey (mozjs) v1.8.5 1.0 for Linux-x64 Status: Vendor Tag: mozilla Release Tags: v1_8_5-1_0 I mozjs/CVS I mozjs/mozjs/CVS N mozjs/mozjs/include/js/jsproto.tbl N mozjs/mozjs/include/js/jsinterp.h N mozjs/mozjs/include/js/jstracer.h N mozjs/mozjs/include/js/jsstdint.h N mozjs/mozjs/include/js/jsgc.h N mozjs/mozjs/include/js/jsversion.h N mozjs/mozjs/include/js/jslong.h N mozjs/mozjs/include/js/NativeX64.h N mozjs/mozjs/include/js/jsopcode.tbl N mozjs/mozjs/include/js/jsprobes.h N mozjs/mozjs/include/js/nanojit.h N mozjs/mozjs/include/js/jsxml.h N mozjs/mozjs/include/js/jsvalue.h N mozjs/mozjs/include/js/jsopcode.h N mozjs/mozjs/include/js/jsemit.h N mozjs/mozjs/include/js/LIRopcode.tbl N mozjs/mozjs/include/js/jsutil.h N mozjs/mozjs/include/js/jsdhash.h N mozjs/mozjs/include/js/jscntxt.h N mozjs/mozjs/include/js/jsval.h N mozjs/mozjs/include/js/Assembler.h N mozjs/mozjs/include/js/jsproxy.h N mozjs/mozjs/include/js/jsapi.h N mozjs/mozjs/include/js/js-config.h N mozjs/mozjs/include/js/jslock.h N mozjs/mozjs/include/js/jstypes.h N mozjs/mozjs/include/js/json.h N mozjs/mozjs/include/js/jsbit.h N mozjs/mozjs/include/js/avmplus.h N mozjs/mozjs/include/js/jstypedarray.h N mozjs/mozjs/include/js/VMPI.h N mozjs/mozjs/include/js/jsanalyze.h N mozjs/mozjs/include/js/jshashtable.h N mozjs/mozjs/include/js/jsautokw.h N mozjs/mozjs/include/js/jspubtd.h N mozjs/mozjs/include/js/jsprf.h N mozjs/mozjs/include/js/jscell.h N mozjs/mozjs/include/js/jsscan.h N mozjs/mozjs/include/js/jsscriptinlines.h N mozjs/mozjs/include/js/jsclist.h N mozjs/mozjs/include/js/jstl.h N mozjs/mozjs/include/js/jsxdrapi.h N mozjs/mozjs/include/js/jswrapper.h N mozjs/mozjs/include/js/jsatom.h N mozjs/mozjs/include/js/jsiter.h N mozjs/mozjs/include/js/LIR.h N mozjs/mozjs/include/js/jsvector.h N mozjs/mozjs/include/js/jsarray.h N mozjs/mozjs/include/js/jspropertycacheinlines.h N mozjs/mozjs/include/js/Writer.h N mozjs/mozjs/include/js/jsotypes.h N mozjs/mozjs/include/js/jsarena.h N mozjs/mozjs/include/js/jsbuiltins.h N mozjs/mozjs/include/js/njcpudetect.h N mozjs/mozjs/include/js/jsstr.h N mozjs/mozjs/include/js/jsregexp.h N mozjs/mozjs/include/js/jsreflect.h N mozjs/mozjs/include/js/jsinttypes.h N mozjs/mozjs/include/js/Containers.h N mozjs/mozjs/include/js/js.msg N mozjs/mozjs/include/js/jsbool.h N mozjs/mozjs/include/js/jsmath.h N mozjs/mozjs/include/js/jsprvtd.h N mozjs/mozjs/include/js/jsscript.h N mozjs/mozjs/include/js/jsfun.h N mozjs/mozjs/include/js/jsscope.h N mozjs/mozjs/include/js/jsdtoa.h N mozjs/mozjs/include/js/jsstaticcheck.h N mozjs/mozjs/include/js/jshash.h N mozjs/mozjs/include/js/CodeAlloc.h N mozjs/mozjs/include/js/jsobjinlines.h N mozjs/mozjs/include/js/jspropertycache.h N mozjs/mozjs/include/js/NativeCommon.h N mozjs/mozjs/include/js/Allocator.h N mozjs/mozjs/include/js/jsgcstats.h N mozjs/mozjs/include/js/jsopcodeinlines.h N mozjs/mozjs/include/js/prmjtime.h N mozjs/mozjs/include/js/jsdate.h N mozjs/mozjs/include/js/jsautocfg.h N mozjs/mozjs/include/js/jspropertytree.h N mozjs/mozjs/include/js/jsperf.h N mozjs/mozjs/include/js/jsclone.h N mozjs/mozjs/include/js/RegAlloc.h N mozjs/mozjs/include/js/jsfriendapi.h N mozjs/mozjs/include/js/Fragmento.h N mozjs/mozjs/include/js/njconfig.h N mozjs/mozjs/include/js/Native.h N mozjs/mozjs/include/js/jscompat.h N mozjs/mozjs/include/js/jsgcchunk.h N mozjs/mozjs/include/js/jsdbgapi.h N mozjs/mozjs/include/js/jshotloop.h N mozjs/mozjs/include/js/jscompartment.h N mozjs/mozjs/include/js/jsparse.h N mozjs/mozjs/include/js/jsobj.h N mozjs/mozjs/bin/js-config L mozjs/mozjs/lib/libmozjs185.so.1.0 I mozjs/mozjs/lib/libmozjs185.so N mozjs/mozjs/lib/libmozjs185.so.1.0.0 I mozjs/mozjs/lib/libmozjs185-1.0.a N mozjs/mozjs/lib/pkgconfig/mozjs185.pc I mozjs/cl/libcl.a I mozjs/cl/CVS N mozjs/cl/cryptlib.h No conflicts created by this import
Added Files:
| 3rdp/gcc.linux.x64.release/cl/cryptlib.h | NONE | 1.1 | diff |
| 3rdp/gcc.linux.x64.release/cl/libcl.a | NONE | 1.1 | diff |
Log Message: Cryptlib for Linux-x64
3rdp/gcc.linux.x64.release/mozjs - New directory NONE NONE Update of /cvsroot/sbbs/3rdp/gcc.linux.x64.release/mozjs In directory cvs:/home/sbbs/3rdp/gcc.linux.x64.release/mozjs Log Message: Directory /cvsroot/sbbs/3rdp/gcc.linux.x64.release/mozjs added to the repository
3rdp/gcc.linux.x64.release/cl - New directory NONE NONE Update of /cvsroot/sbbs/3rdp/gcc.linux.x64.release/cl In directory cvs:/home/sbbs/3rdp/gcc.linux.x64.release/cl Log Message: Directory /cvsroot/sbbs/3rdp/gcc.linux.x64.release/cl added to the repository
3rdp/gcc.linux.x64.release - New directory NONE NONE Update of /cvsroot/sbbs/3rdp/gcc.linux.x64.release In directory cvs:/home/sbbs/3rdp/gcc.linux.x64.release Log Message: Directory /cvsroot/sbbs/3rdp/gcc.linux.x64.release added to the repository
Modified Files:
| install/GNUmakefile | 1.66 | 1.67 | diff |
Log Message: Attempt to fix GNUmakefile.
Modified Files:
| CVSROOT/modules | 1.39 | 1.40 | diff |
Log Message: Add lib module.
Modified Files:
| src/sbbs3/GNUmakefile | 1.217 | 1.218 | diff |
Log Message: Make static linking work.
Modified Files:
| src/sbbs3/Common.gmake | 1.7 | 1.8 | diff |
| src/sbbs3/GNUmakefile | 1.216 | 1.217 | diff |
Log Message: Update for new 3rd party location. You will need to do a clean build before building actoss this change.
Modified Files:
| src/build/Common.gmake | 1.81 | 1.82 | diff |
| src/build/rules.mk | 1.5 | 1.6 | diff |
Log Message: Update for new 3rd party location. You will need to do a clean build before building actoss this change.
Modified Files:
| 3rdp/build/Common.gmake | 1.1 | 1.2 | diff |
Log Message: Statically link libcl and libmozjs185 when using the included sources.
Added Files:
| 3rdp/build/Common.gmake | NONE | 1.1 | diff |
| 3rdp/build/Common.make | NONE | 1.1 | diff |
| 3rdp/build/GNUmakefile | NONE | 1.1 | diff |
| 3rdp/build/targets.mk | NONE | 1.1 | diff |
Log Message: Add build files for Spidermonkey and Cryptlib
3rdp/build - New directory NONE NONE Update of /cvsroot/sbbs/3rdp/build In directory cvs:/tmp/cvs-serv7023/build Log Message: Directory /cvsroot/sbbs/3rdp/build added to the repository
Modified Files:
| exec/load/json-db.js | 1.17 | 1.18 | diff |
Log Message: fix bugs caused directly by deuce and no one else but deuce
Modified Files:
| xtrn/bublbogl/game.js | 1.4 | 1.5 | diff |
Log Message: minor fix related to json-db.js update
Modified Files:
| xtrn/uberblox/game.js | 1.3 | 1.4 | diff |
Log Message: minor fix related to json-db.js update
Modified Files:
| exec/load/json-db.js | 1.16 | 1.17 | diff |
Log Message:
non-existant record reads return undefined (and do not create the record in the process), methods updated, initialize _locks and _subscriptions as {} instead of [], a myriad of miscellaneous varieties of other assorted sporadic changes.
Modified Files:
| xtrn/chickendelivery/game.js | 1.9 | 1.10 | diff |
Log Message: Removed some unnecessary stuff. Contemplated the meaninglessness of existence.
Modified Files:
| exec/load/json-client.js | 1.7 | 1.8 | diff |
Log Message: add remove() method (delete db records)
Modified Files:
| xtrn/chickendelivery/todo.txt | 1.1 | 1.2 | diff |
Log Message: egg to the face
Added Files:
| xtrn/chickendelivery/todo.txt | NONE | 1.1 | diff |
Log Message: To-do list for Chicken Delivery 2. Centralizing it here so that mcmlxxix can add some ideas.
Modified Files:
| CVSROOT/modules | 1.38 | 1.39 | diff |
Log Message: Added /3rdp, removed references to /lib and /include.
3rdp - Imported sources NONE NONE Update of /cvsroot/sbbs/3rdp In directory cvs:/tmp/cvs-serv23660 Log Message: The new location of 3rd party modules (e.g. libraries, DLLs, include files). The /lib and /include dirs are now deprecated. Status: Vendor Tag: avendor Release Tags: arelease N 3rdp/dist/libmozjs.tgz N 3rdp/dist/cryptlib.zip N 3rdp/win32.release/cryptlib/cryptlib.props N 3rdp/win32.release/cryptlib/include/cryptlib.h N 3rdp/win32.release/cryptlib/bin/cl32.lib N 3rdp/win32.release/cryptlib/bin/cl32.dll N 3rdp/win32.release/mozjs/mozjs.props N 3rdp/win32.release/mozjs/include/jsproto.tbl N 3rdp/win32.release/mozjs/include/jscpucfg.h N 3rdp/win32.release/mozjs/include/jsversion.h N 3rdp/win32.release/mozjs/include/jslong.h N 3rdp/win32.release/mozjs/include/jsutil.h N 3rdp/win32.release/mozjs/include/jsval.h N 3rdp/win32.release/mozjs/include/jsapi.h N 3rdp/win32.release/mozjs/include/js-config.h N 3rdp/win32.release/mozjs/include/jstypes.h N 3rdp/win32.release/mozjs/include/jspubtd.h N 3rdp/win32.release/mozjs/include/jsotypes.h N 3rdp/win32.release/mozjs/include/jsinttypes.h N 3rdp/win32.release/mozjs/include/jscompat.h N 3rdp/win32.release/mozjs/bin/mozjs.lib N 3rdp/win32.release/mozjs/bin/mozjs185-1.0.dll N 3rdp/win32.release/nspr/bin/nspr4.dll No conflicts created by this import
Modified Files:
| src/sbbs3/zmodem.c | 1.113 | 1.114 | diff |
Log Message: Eliminate potentially unsafe use of strcpy().
Modified Files:
| src/sbbs3/main.cpp | 1.570 | 1.571 | diff |
Log Message: Allow file to compile without cryptlib again (USE_CRYPTLIB not defined).
Modified Files:
| src/sbbs3/scfg/scfgmsg.c | 1.35 | 1.36 | diff |
Log Message: Resolve warning about unused variable.
Modified Files:
| src/sbbs3/scfg/makehelp.vcxproj | 1.1 | 1.2 | diff |
| src/sbbs3/scfg/scfg.vcxproj | 1.1 | 1.2 | diff |
Log Message: Updated MSVC10 project file (using property sheets).
Modified Files:
Log Message: Updated MSVC10 project file (using property sheets).
Modified Files:
| src/conio/conio.vcxproj | 1.1 | 1.2 | diff |
Log Message: Updated MSVC10 project file (using property sheets).
Modified Files:
| src/smblib/smblib.vcxproj | 1.1 | 1.2 | diff |
Log Message: Updated MSVC10 project file (using property sheets).
Modified Files:
| src/uifc/uifc.vcxproj | 1.1 | 1.2 | diff |
Log Message: Updated MSVC10 project file (using property sheets).
Modified Files:
| src/xpdev/xpdev.vcxproj | 1.1 | 1.2 | diff |
| src/xpdev/xpdev_mt.vcxproj | 1.1 | 1.2 | diff |
Log Message: Updated MSVC10 project file (using property sheets).
Added Files:
| src/xpdev/xpdev.props | NONE | 1.1 | diff |
Log Message: MSVC10 property sheet for this project.
Added Files:
| src/uifc/uifc.props | NONE | 1.1 | diff |
Log Message: MSVC10 property sheet for this project.
Added Files:
| src/smblib/smblib.props | NONE | 1.1 | diff |
Log Message: MSVC10 property sheet for this project.
Added Files:
| src/conio/conio.props | NONE | 1.1 | diff |
Log Message: MSVC10 property sheet for this project.
Added Files:
| src/comio/comio.props | NONE | 1.1 | diff |
Log Message: MSVC10 property sheet for this project.
Added Files:
| src/build/undeprecate.props | NONE | 1.1 | diff |
Log Message: MSVC10 property sheet to disable unnecessary deprecations (which cause excessive warnings about things we don't have any plans to address). (and so it begins...)
Modified Files:
| src/build/Common.gmake | 1.80 | 1.81 | diff |
Log Message: I hereby dub the ABI version 3.16
Modified Files:
| src/sbbs3/sbbsdefs.h | 1.171 | 1.172 | diff |
Log Message: I hereby dub this current mess, v3.16 (a work in progress). :-)
Modified Files:
| docs/js.html | 1.8 | 1.9 | diff |
Log Message: Updated to point to mozilla.org for all current JS documentation. Man, this needs to be moved to the Wiki.
Modified Files:
Removed Files: CoreReferenceJS15.zip array.html boolean.html classint.html comment.html contents.html date.html deprecat.html function.html ix.html java.html javarray.html javclass.html javobj.html javpkg.html keywords.html lcjsexc.html lcjsobj.html math.html netscape.html number.html object.html objintro.html ops.html packages.html partapp.html partjava.html partlang.html partobj.html preface.html regexp.html stmt.html string.html sun.html toplev.html you-are-here.html Log Message: No longer mirror the core JavaScript documentation (Reference and Guide) here (it's out of date) and Mozilla is good about maintaining their copy.
Removed Files:
Log Message: No longer mirror the core JavaScript documentation (Reference and Guide) here (it's out of date) and Mozilla is good about maintaining their copy.
Modified Files:
Removed Files: CoreGuideJS15.zip expr.html fcns.html glossary.html ident.html intro.html ix.html lc.html obj.html obj2.html partcore.html partlc.html preface.html regexp.html stmtsov.html you-are-here.html Log Message: No longer mirror the core JavaScript documentation (Reference and Guide) here (it's out of date) and Mozilla is good about maintaining their copy.
Modified Files:
| src/syncterm/ssh.c | 1.11 | 1.12 | diff |
Log Message: Handle locking the same as other output methods.
Modified Files:
| src/syncterm/COMPILING | 1.5 | 1.6 | diff |
| src/syncterm/ssh.c | 1.10 | 1.11 | diff |
Log Message: Add blank line after error summary before the full error message.
Modified Files:
| exec/load/json-db.js | 1.15 | 1.16 | diff |
Log Message: fix subscription cancelling on client disconnect, make service log output a little more sexy
Modified Files:
| exec/ircbots/info/info_commands.js | 1.4 | 1.5 | diff |
| exec/ircbots/info/info_functions.js | 1.2 | 1.3 | diff |
Log Message: fix subscription cancelling on client disconnect, make service log output a little more sexy
Modified Files:
| exec/json-service.js | 1.6 | 1.7 | diff |
Log Message: fix subscription cancelling on client disconnect, make service log output a little more sexy
Modified Files:
| xtrn/chickendelivery/game.js | 1.8 | 1.9 | diff |
Log Message: New checkBottom() wasn't allowing the chicken to fall into a pit and die. Fixed, kthnx. Stop updating the life counter before reloading the level. That was just stupid. :|
Modified Files:
| xtrn/chickendelivery/game.js | 1.7 | 1.8 | diff |
Log Message: Resized instructions frame.
Modified Files:
| xtrn/chickendelivery/instruct.ans | 1.1 | 1.2 | diff |
Log Message: Updated instructions re: dropping out of flight.
Modified Files:
| xtrn/chickendelivery/game.js | 1.6 | 1.7 | diff |
Log Message: Press down to end flight. Moved call to fall() into jump() for reasons no longer relevant.
Modified Files:
| xtrn/chickendelivery/game.js | 1.5 | 1.6 | diff |
Log Message: Don't let the chicken jump through walls.
Modified Files:
| xtrn/chickendelivery/game.js | 1.4 | 1.5 | diff |
Log Message: All side-checks now use checkOverlap, platforms can now be walls or boxes.
Modified Files:
| exec/load/json-db.js | 1.14 | 1.15 | diff |
Log Message: exterminate some insects
Modified Files:
| xtrn/chickendelivery/game.js | 1.3 | 1.4 | diff |
Log Message: Switched from time() to system.timer, for better control of intervals between events.
Modified Files:
| xtrn/chickendelivery/levels/1.ini | 1.1 | 1.2 | diff |
| xtrn/chickendelivery/levels/10.ini | 1.1 | 1.2 |