search for: frombytes

Displaying 3 results from an estimated 3 matches for "frombytes".

Did you mean: from_bytes
2001 Oct 31
0
FW: HP3000 problem
-----Original Message----- From: MCCALL,DON (HP-USA,ex1) Sent: Wednesday, October 31, 2001 9:00 AM To: 'Richard Barker'; MCCALL,DON (HP-USA,ex1) Subject: RE: HP3000 problem Hi Richard; Are you doing the operations on these files from the MPE prompt, or are you in the posix shell at the time of the edit/pipe, whatever? And what MPE filetype are you working on? Problem is that samba
2023 Jul 06
0
njs-0.8.0
...re provided with retval argument. This change breaks compatibility with C extension for njs requiring to modify the code. *) Change: non-compliant deprecated String methods were removed. The following methods were removed: String.bytesFrom(), String.prototype.fromBytes(), String.prototype.fromUTF8(), String.prototype.toBytes(), String.prototype.toUTF8(), String.prototype.toString(encoding). *) Change: removed support for building with GNU readline. *) Feature: added Array.from(), Array.prototype.toSorted(), Array.prototype.t...
2020 Mar 25
3
[PATCH libnbd v4] Add Go language bindings (golang) (RHBZ#1814538).
Now runs a complete set of tests, notably including the AIO test. File descriptors are passed in and out as plain ints (instead of *os.File) for a couple of reasons: (1) We have to pass the plain int to syscall.Select. (2) Turning an fd into an os.File causes golang to set the blocking flag which is deeply unhelpful. Rich.