Lines Matching full:os2
64 OS2::PrfDB exports symbols as documented;
112 OS2::REXX->loads looks in the OS/2-ish fashion too.
117 ./os2.c being RO could stop cp.
133 Updated OS2::Process (v0.2) included.
173 Variable $OS2::emx_rev implemented (string and numeric values
175 Variable $OS2::emx_env implemented (same as C variable _emx_env).
176 Variable $OS2::os_ver implemented (_osmajor + 0.001 * _osminor).
187 New function OS2::Error(do_harderror,do_exception). Returns
194 New function OS2::Errors2Drive(drive). Returns undef if it was
200 to the file POPUPLOG.OS2 at the root directory of the
201 specified drive. Overrides OS2::Error() specified by
206 New function OS2::SysInfo(). Returns a hash with system information.
218 New function OS2::BootDrive(force). Returns a letter without colon.
220 New functions OS2::MorphPM(serve)/OS2::UnMorphPM(serve). Transforms
224 OS2::MorphPM() returns the PM message queue handle as an integer.
226 New function OS2::Serve_Messages(force). Fake on-demand
232 New function OS2::Process_Messages(force [, cnt]). Retrieval
248 Make UDP sockets return correct caller address (OS2 API bug);
258 Extract a lightweight DLL access module OS2::DLL from OS2::REXX
260 Allow compile with os2.h which loads os2tk.h instead of os2emx.h;
265 OS2::REXX test were done for interactive testing (were writing
307 New functions in package OS2:
326 Resolved: OS2::REXX would ignore arguments given to a Perl function
328 Resolved: OS2::REXX would treat arguments given to a Perl function
331 Resolved: OS2::REXX did not document _register().
332 Resolved: OS2::REXX would not report the error to REXX if an error
335 A complete example of a mini-application added to OS2::REXX.
336 README.os2 updated to reflect the current state of Perl.
363 $OS2::nsyserror=0 switches off forcing SYSdddd on $^E.
366 OS2::Process:
443 pattern). The result is used to set $OS2::can_fork, which is
462 New API: OS2::DLLname([type], [\&sub])
464 New OS2::Process APIs:
487 DeclWinFunc_CACHE_resetError_survive(); many new OS2 entry
526 OS2::DLL does not eval() generated functions, uses closes instead;
530 Use common typemap for OS2:: modules.
531 New test file os2/perlrexx.cmd (should be run manually; does not it
586 New flag bit 0x2 for OS2::MorphPM(): immediately unmorph after creation
589 When die()ing inside OS2:: API, include $^E in the message.
590 New function OS2::Timer(): returns Tmr-timer ticks (about 1MHz) since
595 New function OS2::DevCap() [XXX Wrong usage message!!!]
596 Usage: OS2::DevCap([WHAT, [HOW=0]]); the default for WHAT is
613 New function OS2::SysValues(which = -1, hwndDesktop = HWND_DESKTOP).
640 New function OS2::SysValues_set(which, val, hwndDesktop = HWND_DESKTOP).
642 VIRTUALADDRESSLIMIT INT10ENABLE from OS2::SysInfo(); support
644 New function OS2::SysInfoFor(id[,count=1]). [Wrong usage message!!!]
645 New function OS2::Beep(freq = 440, ms = 100).
648 mod_name_full = 2 for OS2::DLLname(flag, cv); use an address
650 New function OS2::_headerInfo(req,size[,handle,[offset]]).
651 New function OS2::libPath(); returns the value of LIBPATH.
652 New function OS2::mytype(which=0) to query current process type:
657 New function OS2::mytype_set(type);
658 New function OS2::incrMaxFHandles(delta = 0); returns updated value
669 OS2::Process::Const() manages (MB|MBID|CF|CFI|SPTR)_.* constants too.
670 New (exported) functions from OS2::Process (some undocumented???):
708 Do not use AUTOLOAD in OS2::DLL; moved to OS2::DLL::dll.
709 New method OS2::DLL->module() (to replace botched ->new() method).
712 call20_Win_0OK_survive() in OS2::DLL to call C functions via
717 New OS2::Process (exported, undocumented) functions:
736 New function OS2::replaceModule(target [, source [, backup]]).
745 New OS2::Process functions: __term_mirror_screen() __term_mirror()
750 New dynaloaded entry point RexxRegisterSubcomExe(); make OS2::REXX use
756 builds (new variable $OS2::is_static used);
771 New function OS2::perfSysCall(cmd = CMD_KI_RDCNT, ulParm1= 0,
789 /*/% stuff [maybe better do it from hints/os2.sh?].
793 Rename Cwd::extLibpath*() to OS2::... (old names still preserved).
795 New methods libPath_find(),has_f32(),handle(),fullname() for OS2::DLL.
810 New functions OS2::msCounter(), OS2::ms_sleep(), OS2::_InfoTable().
820 README.os2 updated with info on building binary distributions and