[SVN] r4408 (OcamlUnixCodeCompletion)

William D. Neumann wneumann at cs.unm.edu
Tue Jul 18 21:28:18 UTC 2006


Adding a new code completion bundle for the OCaml Unix library.  Some notes:

  * I'm not sure I like the selections for tab triggers that I chose.
    If you have any better suggestions, set me know
  * This bundle prepends The Unix module name onto its contents.  i.e. it doesn't
    assume that you've opened the Unix module.  For the most part I don't like this
    (there are exceptions, like with Unix.stdout where the name should be fully spelled out).
    If anyone would prefer it without the Unix name prepended, let me know and I might
    make the change.
  * There is an awful lot of stuff in there, I'm sure I goofed up somewhere...
                            
William D. Neumann

Changed:
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Address already in use.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Address family not supported by protocol family.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Address.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Allow reuse of local addresses for bind.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Always return host as IP addresss.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Always return service as port number.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Any inet address (for bind -- IPv6).tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Any inet address (for bind).tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Argument list too long.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Bad address.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Bad file descriptor.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Block device.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Blocked listed signals.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Broken pipe.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Bypass standard routing algorithms.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Can't assign requested address.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Can't send after socket shutdown.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Canonical host name.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Character device.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Close socket for receiving.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Close socket for sending and receiving.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Close socket for sending.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Connection refused.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Connection reset by peer.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Connection timed out.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Consider service as UDP, not TCP.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Create if nonexistant.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Datagram socket.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Day of month (1__31).tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Day of week (Sunday is 0).tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Day of year (0__365).tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Daylight savings time is in effect.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Decrement interval timer for profiling.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Decrement interval timer in real time.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Decrement interval timer in virtual time.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Destination address required.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Directory not empty.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Directory.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Disable flush after INTR, QUIT, SUSP_.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Do not qualify local host names.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Domain error for math functions.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Don't call name resolver, ekpect numeric IP address.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Don't make this dev a controlling tty.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Echo ERASE (to erase previous char).tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Echo KILL (to erase current line).tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Echo NL even if c_echo is not set.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Echo input characters.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Emit XON:XOFF chars to control input flow.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Enable canonical processing (line buffering and edititng).tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Enable output processing.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Enable parity check on input.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Enable parity generation and detection.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/End-of-file character (usually ctrl-D).tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/End-of-line character (usually none).tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Erase character (usually DEL or ctrl-H) .tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Execute permission.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Fail if existing.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Fail if host name cannot be determined.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/File exists 2.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/File exists.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/File size or position not representable.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/File too large.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Filename too long.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Fill the ai_cannonname field of the result.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Flush both.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Flush received but not read.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Flush written but not transmitted.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Function interrupted by signal.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Function not supported.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Generate signal on INTR, QUIT, SUSP_.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Hang up on last close.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Hardware I:O error.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Host is down.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Hours (0__23).tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Ignore CR on input.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Ignore break condition.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Ignore characters with parity errors.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Ignore modem status lines.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Impose the given protocol.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Impose the given socket domain.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Impose the given socket type.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Inappropriate I:O control operation.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Input baud rate.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Internet domain socket address.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Internet socket domain (IPv6).tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Internet socket domain.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Interrupt character (usually ctrl-C).tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Interval period.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Interval timer current value.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Invalid argument.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Invalid link.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Invalid seek.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Is a directory.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Keep connection alive.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Kill character (usually ctrl-U).tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/LargeFile: Access rights.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/LargeFile: Device minor number.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/LargeFile: Device number.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/LargeFile: Group ID of file.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/LargeFile: Kind of file.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/LargeFile: Last access time.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/LargeFile: Last modification time.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/LargeFile: Last status change time.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/LargeFile: Number of links.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/LargeFile: Size in bytes.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/LargeFile: User ID of owner.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/LargeFile: inode number.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/LargeFile_fstat.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/LargeFile_ftruncate.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/LargeFile_lseek.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/LargeFile_lstat.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/LargeFile_stat.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/LargeFile_truncate.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Leave out-of-band data in line.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Lock a region for reading, blocking.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Lock a region for reading, non-blocking.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Lock a region for writing, blocking.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Lock a region for writing, non-blocking.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Loopback address (IPv6).tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Loopback address.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/MSG_DONTROUTE.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/MSG_OOB.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/MSG_PEEK.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Map CR to NL on input.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Map NL to CR on input.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Mark parity errors.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Maximum read wait (in 0_1s units).tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Message too long.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Min chars to read before read request is satisfied.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Min number of bytes to process for input ops.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Min number of bytes to process for output ops.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Minutes (0__59).tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Month of year (0__11).tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Name of IP address of host.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Name of service or port number.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Named pipe.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Network dropped connection on reset.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Network is down.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Network is unreachable.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/No buffer space available.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/No child process.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/No locks available.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/No route to host.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/No space left on device.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/No such device or address.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/No such device.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/No such file or directory.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/No such process.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Not a directory.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Not an executable file.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Not enough memory.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Number of bits per character (5-8).tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Number of stop bits.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Open for appending.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Open for reading and writing.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Open in non-blocking mode.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Open read-only.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Open write-only.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Operation already in progress.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Operation not permitted.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Operation now in progress.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Operation would block.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Output baud rate (0 means close connection).tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Permission denied.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Permit sending of broadcast messages.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Protocol family not supported.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Protocol not supported.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Protocol wrong type for socket.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Quit character (usually ctrl-\).tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Raw socket.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Read permission.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Read-only file system.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Reads complete as writes.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Reception is enabled.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Recognize XON:XOFF characters on input.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Record debugging information.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Regular file.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Report error status and clear it.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Report whether socket listening is enabled.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Resource deadlock would occur.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Resource temporarily unavailable.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Resource unavailable.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Restart input (send START character).tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Restart output.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Result too large.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Seconds (0__60).tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Seek relative to beginning of file.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Seek relative to current position.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Seek relative to end of file.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Sequenced packets socket.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Set address to "any" for bind.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Set blocked signals to those listed.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Set term attribute after flushing rcvd input.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Set term attribute after pending output xmitted.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Set term attribute now.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Signal interrupt on break.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Size of receive buffer.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Size of send buffer.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Socket domain.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Socket is already connected.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Socket is not connected.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Socket operation on non-socket.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Socket protocol number.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Socket type.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Socket.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Software caused connection abort.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Specify odd parity instead of even.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Start character (usually ctrl-Q).tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Stat: Access rights.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Stat: Device minor number.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Stat: Device number.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Stat: Group ID of file.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Stat: Kind of file.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Stat: Last access time.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Stat: Last modification time.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Stat: Last status change time.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Stat: Number of links.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Stat: Size in bytes.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Stat: User ID of owner.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Stat: inode number.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Status: process killed by signal.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Status: process stopped by signal.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Status: process terminated normally.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Stop character (usually ctrl-S).tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Stream socket.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Strip 8th bit on input characters.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Suspend input (send STOP character).tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Suspend output.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Symbolic link.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/System time for child processes.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/System time for process.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Test a region for locks.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Timeout for input operations.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Timeout for output operations.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Too many levels of symbolic links.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Too many links.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Too many open files by the process.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Too many open files in the system.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Too many references: can't splice.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Truncate to 0 length if existing.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Unblocked listed signals.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Unix domain socket address.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Unix socket domain.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Unix tm record.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Unknown error.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Unlock a region.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/User time for child processes.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/User time for process.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Wait flag : Don't block if children alive.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Wait flag : Report stopped children.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Whether to linger on closed connections and for how long.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Write permission.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Writes complete as ‘Synchronised I:O data integrity completion’.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Writes complete as ‘Synchronised I:O file integrity completion’.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/Year-1900.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/accept.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/access.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/alarm.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/bind.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/chdir.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/chmod.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/chown.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/chroot.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/clear_close_on_exec.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/clear_nonblock.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/close.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/close_process.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/close_process_full.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/close_process_in.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/close_process_out.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/closedir.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/connect.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/create_process.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/create_process_env.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/descr_of_in_channel.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/descr_of_out_channel.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/domain_of_sockaddr.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/dup.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/dup2.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/environment.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/error_message.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/establish_server.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/exception Unix_error.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/execv.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/execve.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/execvp.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/execvpe.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/fchmod.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/fchown.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/fork.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/fstat.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/ftruncate.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/getaddrinfo.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/getcwd.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/getegid.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/getenv.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/geteuid.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/getgid.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/getgrnam.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/getgroups.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/getgruid.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/gethostbyaddr.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/gethostbyname.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/gethostname.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/getitimer.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/getlogin.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/getpeername.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/getpid.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/getppid.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/getprotobyname.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/getprotobynumber.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/getpwnam.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/getpwuid.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/getservbyname.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/getservbyport.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/getsockname.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/getsockopt.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/getsockopt_float.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/getsockopt_int.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/getsockopt_optint.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/gettimeofday.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/getuid.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/gmtime.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/groups : gid.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/groups : mem.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/groups : name.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/groups : passwd.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/handle_unix_error.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/hosts: address array.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/hosts: address domain.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/hosts: aliases.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/hosts: name.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/in_channel_of_descr.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/inet_addr_of_string.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/kill.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/link.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/listen.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/localtime.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/lockf.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/lseek.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/lstat.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/mkdir.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/mkfifo.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/mktime.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/nice.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/open_connection.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/open_process.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/open_process_full.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/open_process_in.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/open_process_out.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/opendir.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/openfile.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/out_channel_of_descr.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/passwd : dir.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/passwd : gecos.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/passwd : gid.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/passwd : name.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/passwd : passwd.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/passwd : shell.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/passwd : uid.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/pause.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/pipe.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/protocols: aliases.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/protocols: name.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/protocols: protocol.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/putenv.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/read.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/readdir.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/readlink.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/recv.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/recvfrom.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/rename.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/rewinddir.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/rmdir.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/select.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/send.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/sendto.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/services: aliases.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/services: name.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/services: port.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/services: protocol.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/set_close_on_exec.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/set_nonblock.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/setgid.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/setitimer.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/setsid.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/setsockopt.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/setsockopt_float.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/setsockopt_int.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/setsockopt_optint.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/setuid.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/shutdown.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/shutdown_connection.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/sigpending.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/sigprocmask.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/sigsuspend.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/single_write.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/sleep.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/socket 2.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/socketpair.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/stat.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/stderr.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/stdin.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/stdout.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/string_of_inet_addr.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/symlink.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/system.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/tcdrain.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/tcflow.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/tcflush.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/tcgetattr.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/tcsendbreak.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/tcsetaddr.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/terminal_io record.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/time.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/times.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/truncate.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/umask.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/unlink.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/utimes.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/wait.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/waitpid.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/Snippets/write.tmSnippet
A   trunk/Bundles/OcamlUnixCodeCompletion.tmbundle/info.plist



More information about the textmate-dev mailing list