VirtualBox

source: vbox/trunk/src/VBox/Runtime/common/misc/getopt.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @83982   5 years vboxsync IPRT/getopt.cpp: Assume options are 7-bit ASCII / basic latin, so we …
(edit) @83979   5 years vboxsync Add/Nt/Installer: Simple installer program for NT 3.x.
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @71009   7 years vboxsync RTGetOpt: Fixed bug handling missing option values when …
(edit) @69742   7 years vboxsync IPRT: Added RTGetOptFormatError.
(edit) @69111   7 years vboxsync (C) year
(edit) @68937   7 years vboxsync IPRT/RTGetOpt: Added 32-bit and 64-bit pair types. [build fix]
(edit) @68936   7 years vboxsync IPRT/RTGetOpt: Added 32-bit and 64-bit pair types.
(edit) @64602   8 years vboxsync IPRT: Added RTGetOptNonOptionArrayPtr.
(edit) @62477   8 years vboxsync (C) 2016
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @56700   9 years vboxsync RTGetOptPrintError: Don't crash on VERR_GETOP_TINVALID_ARGUMENT_FORMAT …
(edit) @56290   10 years vboxsync IPRT: Updated (C) year.
(edit) @49326   11 years vboxsync IPRT: exposes RTNetStrToMAC (resolves todo in misc/getopt.cpp).
(edit) @46489   12 years vboxsync rtGetOptSearchLong: when seraching standard options, check …
(edit) @45356   12 years vboxsync tabs
(edit) @45116   12 years vboxsync patch getopt-cidr.patch from xTracker/5894 with applied …
(edit) @45115   12 years vboxsync RT/net: rt-network-str2ipv4.patch from xTRacker/5894 with applyed …
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @44299   12 years vboxsync RTTar: Implemented simple extraction (-x).
(edit) @42129   12 years vboxsync Main/VirtualBox+Machine: add support for VM groups (incomplete, saving …
(edit) @40598   13 years vboxsync getopt: Added RTGETOPT_REQ_BOOL.
(edit) @39032   13 years vboxsync IPRT: Fixed unused variable warnings.
(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) @34542   14 years vboxsync RTGetOpt: Made it a bit less understanding about spaces after the …
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @27802   15 years vboxsync getopt fix (2nd part).
(edit) @27801   15 years vboxsync getopt fix.
(edit) @27800   15 years vboxsync iprt: applying sparc patch (selectively).
(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) @25323   15 years vboxsync iprt/getopt.h/cpp: Made the uIndex 32-bit instead of 64-bit as we …
(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) @21337   15 years vboxsync IPRT,HostDrv,AddDrv: Export public IPRT symbols for the linux kernel …
(edit) @20809   15 years vboxsync Runtime/getopt: new parameter value type 'UUID'
(edit) @18744   16 years vboxsync Runtime/getopt: provide way to figure out which option definition matched
(edit) @18100   16 years vboxsync typo
(edit) @17441   16 years vboxsync IPRT/RTGetOpt: Added RTGETOPT_REQ_MACADDR.
(edit) @17319   16 years vboxsync IPRT: Added RTGETOPT_REQ_IPV4ADDR to RTGetOpt.
(edit) @17143   16 years vboxsync IPRT: Updated the RTGetOpt todos.
(edit) @17141   16 years vboxsync IPRT: Added support for short option lists (ls -latrT4). This fixes a …
(edit) @17101   16 years vboxsync RTGetOpt comment.
(edit) @17100   16 years vboxsync RTGetOpt: Fixed 'tstHeadless -startvm vm' breakage from earlier today.
(edit) @17093   16 years vboxsync RTGetOpt interface changes.
(edit) @17088   16 years vboxsync RTGetOpt: uShort -> iShort and int.
(edit) @17087   16 years vboxsync RTGetOpt: cleanup, restored @todo and returning 0 on first non-option.
(edit) @17083   16 years vboxsync IPRT: formatting
(edit) @17082   16 years vboxsync IPRT: fix new RTGetOpt
(edit) @17078   16 years vboxsync IPRT: make RTGetOpt accept non-'--' parameters; use RTGetOpt for …
(edit) @8927   17 years vboxsync and return the correct index.
(edit) @8926   17 years vboxsync Don't return VERR_GETOP_UNKNOWN_OPTION when encountering a file.
(edit) @8245   17 years vboxsync rebranding: IPRT files again.
(edit) @8170   17 years vboxsync Rebranding: replacing more innotek strings.
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @8148   17 years vboxsync iShort must be > 0, so assert on that.
(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) @5766   17 years vboxsync export getopt.cpp
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