VirtualBox

source: vbox/trunk/include/iprt/getopt.h

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @106061   2 months vboxsync Copyright year updates by scm.
(edit) @98103   23 months vboxsync Copyright year updates by scm.
(edit) @96729   2 years vboxsync IPRT/getopt: Added index variant with 0 or 1 and optionally and w/ …
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @86026   4 years vboxsync include/iprt/getopt.h: comment fix
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @76585   6 years vboxsync *: scm --fix-header-guard-endif
(edit) @76557   6 years vboxsync include/iprt: Use IPRT_INCLUDED_ rather than _iprt_ as header guard …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76507   6 years vboxsync /include: scm --fix-header-guards. bugref:9344
(edit) @76431   6 years vboxsync iprt/getopt.h: Include errcore.h for VINF_GETOPT_NOT_OPTION. bugref:9344
(edit) @69742   7 years vboxsync IPRT: Added RTGetOptFormatError.
(edit) @69105   7 years vboxsync include/iprt/: (C) year
(edit) @68936   7 years vboxsync IPRT/RTGetOpt: Added 32-bit and 64-bit pair types.
(edit) @67598   7 years vboxsync RTGetOptArgvFromString: Added a RTGETOPTARGV_CNV_MODIFY_INPUT flag for …
(edit) @64603   8 years vboxsync IPRT: Added RTGetOptNonOptionArrayPtr.
(edit) @64602   8 years vboxsync IPRT: Added RTGetOptNonOptionArrayPtr.
(edit) @62473   8 years vboxsync (C) 2016
(edit) @57944   9 years vboxsync iprt: More doxygen corrections.
(edit) @57926   9 years vboxsync IPRT: Doxygen clenaups (mostly).
(edit) @56291   9 years vboxsync include: Updated (C) year.
(edit) @55671   10 years vboxsync RTGetOptArgvFromString: Added fFlags parameter for selecting the …
(edit) @55529   10 years vboxsync RTGetOptArgv: Added RTGETOPTARGV_CNV_UNQUOTED.
(edit) @48934   11 years vboxsync include/: Whitespace cleanup by scm.
(edit) @45375   12 years vboxsync RTPathParse -> RTPathParseSimple.
(edit) @45116   12 years vboxsync patch getopt-cidr.patch from xTracker/5894 with applied …
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @40598   13 years vboxsync getopt: Added RTGETOPT_REQ_BOOL.
(edit) @38515   13 years vboxsync IPRT: Working on debug info again.
(edit) @37665   13 years vboxsync Runtime/getopt: add new option flag to switch to case insensitive matching
(edit) @33911   14 years vboxsync code -> laptop
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @31397   14 years vboxsync iprt/getopt.h: docs.
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @27801   15 years vboxsync getopt fix.
(edit) @27384   15 years vboxsync iprt: Implemented RTGetOptArgvToString with the MS CRT option. (The …
(edit) @27347   15 years vboxsync iprt/getopt.h: Argv -> command line prototypes (sketches, no code).
(edit) @26694   15 years vboxsync RTGetOptPrintError: return RTEXITCODE_SYNTAX.
(edit) @26485   15 years vboxsync iprt/getopt: Added two standard options: h: --help/-help/-h/-?, V: …
(edit) @26476   15 years vboxsync iprt: Added RTPathCountComponents, RTPathCopyComponents, …
(edit) @25351   15 years vboxsync -space
(edit) @25323   15 years vboxsync iprt/getopt.h/cpp: Made the uIndex 32-bit instead of 64-bit as we …
(edit) @25317   15 years vboxsync iprt/getopt.h: Use RTGetOptPrintError in the example.
(edit) @24825   15 years vboxsync IPRT: Added RTMsgError, RTMsgErrorV and RTGetOptPrintError.
(edit) @24140   15 years vboxsync IPRT: added RTGETOPT_REQ_BOOL_ONOFF
(edit) @23868   15 years vboxsync RTGetOpt: Added RTGetOptFetchValue to fetch an additional value for an …
(edit) @23644   15 years vboxsync Runtime: Added indexed options to RTGetOpt (eg: "--strwithindex14 value")
(edit) @20809   15 years vboxsync Runtime/getopt: new parameter value type 'UUID'
(edit) @20374   15 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
(edit) @20362   15 years vboxsync iprt/*: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.
(edit) @19951   16 years vboxsync iprt/getopt.h: sample fix.
(edit) @19072   16 years vboxsync IPRT/getopt.h: iShort must be greater than 0.
(edit) @19025   16 years vboxsync Runtime/getopt: clarify that iShort must not be 0
(edit) @18744   16 years vboxsync Runtime/getopt: provide way to figure out which option definition matched
(edit) @18187   16 years vboxsync RTGetOpt: Corrected sample code.
(edit) @18102   16 years vboxsync Runtime/getopt: fix sample to do proper error handling when non-ascii …
(edit) @18097   16 years vboxsync Runtime/getopt: fix sample code
(edit) @17441   16 years vboxsync IPRT/RTGetOpt: Added RTGETOPT_REQ_MACADDR.
(edit) @17319   16 years vboxsync IPRT: Added RTGETOPT_REQ_IPV4ADDR to RTGetOpt.
(edit) @17141   16 years vboxsync IPRT: Added support for short option lists (ls -latrT4). This fixes a …
(edit) @17096   16 years vboxsync typo
(edit) @17094   16 years vboxsync RTGetOpt docs.
(edit) @17092   16 years vboxsync RTGetOpt interface changes.
(edit) @17091   16 years vboxsync RTGetOpt interface changes.
(edit) @17088   16 years vboxsync RTGetOpt: uShort -> iShort and int.
(edit) @17078   16 years vboxsync IPRT: make RTGetOpt accept non-'--' parameters; use RTGetOpt for …
(edit) @14326   16 years vboxsync getopt: sample code corrections. (hope they are right)
(edit) @8245   17 years vboxsync rebranding: IPRT files again.
(edit) @8163   17 years vboxsync rebrand IPRT
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @8147   17 years vboxsync Extended RTGetOpt: o Support 8-, 16- and 64-bit types too. o Added …
(edit) @6000   17 years vboxsync The Giant CDDL Dual-License Header Change, fixes.
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5912   17 years vboxsync backed out r26450
(edit) @5911   17 years vboxsync RTGetOpt does not alter argv[] does it?
(edit) @5843   17 years vboxsync r=bird: Adjusted the RTGetOpt API a little bit.
(add) @5767   17 years vboxsync export getopt.h
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette