- Sep 16, 2004
-
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
rswindell authored
Created FILE_ID.DIZ with abbreviated content description.
-
rswindell authored
Create README.TXT with project details and directions.
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
Deuce: you can't edit files with a DOS editor that insists on converted \n to \r\n and then check the file back in using a Unix CVS client.
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
O_BINARY mode, we must specify O_BINARY with sopen() calls.
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
would need WRAPPER_IMPORTS defined, and since we're not DLL-exporting these functions right now, there's no need.
-
rswindell authored
-
deuce authored
-
rswindell authored
auto-allocated data when removing or free nodes (unless specifically freed with listFreeNodeData. The small test program at the end of link_list.c now works by using this flag (although it does create a harmless memory leak). listAddNodeString() now uses strdup() instead of strlen/malloc/memcpy.
-
deuce authored
Fix error with getmouse() being called before init_mouse() is complete.
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
garbage otherwise).
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
special truncsp() from smb2sbl to trunccrsp().
-
deuce authored
-
deuce authored
-
deuce authored
// is not legal C. If you want a comment in C, use /* Comment */ // is for C++. (Yes, it works, but that doesn't make it right. :-) Don't create a variable for use in one place only... put the string in directly.
-
deuce authored
-
deuce authored
umonitor: Updated copyright date in comment header and startup printf statement. uedit is now called from umonitor in two places. Under System Options as: Run User Editor This runs uedit as normal Edit User This runs uedit directly into edit user mode passing user number on the commandline and editing the online user directly. (edtuser gave me the clue how to do it.) uedit is called the same way scfg is called. This requires that uedit is in the cfg.exec_dir. I realized that having an edit user function on a node with nobody there was pretty lame. Since I wanted Edit User as the first option, I put in some code to give a "No User Online!" message for now. I will better tweak the code later. I did the same for Spy On Node option with a "Spy On Who?? :)" message. <g> Again I will tweak the code to improve this handling. Added help to most areas. The menu displayed when hitting enter on a node is now context sensitive depending on whether or not a user is online. It makes no sense to Spy On a node that waiting for a caller :) :) - RuneMaster
-