Port: 
perforce.openwatcom.org:3488 Client:  p4db_web_client
Path: 
 
Files  Submitted  Branches  Labels  Clients  Users  Jobs  Settings 
 
Cancel operation Logout from server Show recent activity Show P4 command input Information Help
 
Submitted Changelists: (RSS 2.0 RSS 2.0)
Changelist Filter:
Include integrated changelists Display only changelists for current path
Maximum number of changelists displayed
Highest (or Range) File Pattern User Client
Changelist Date User Client Description
36582 2010/07/29 JiriM MALAKJ_BUILDERLINUX
A little optimized  OMF output code.
36580 2010/07/28 MichalN MICHALN_WATCOM_OSX
Fixed some entirely harmless warnings.
36579 2010/07/27 DavidG DGOLUB-LI
Remove a couple of extra lines in the spy that weren't doing anything but wasting processor cycles.
36578 2010/07/27 DavidG DGOLUB-LI
Added status bar hint.
36577 2010/07/27 DavidG DGOLUB-LI
Added a command to show/hide the toolbar in the spy.
36576 2010/07/27 FrankB FrankB_ecsQUAD_ecs
WGML some testfiles added/modified with .im controlwords, to test error msgs
     test for missing :eXXX tags only at master file EOF
     reordered TAG definitions for easier check with corresponding eTAG
36575 2010/07/26 JiriM MALAKJ_BUILDERXP
THEADR record processing doesn't require dynamic array.
36574 2010/07/26 FrankB FrankB_ecsQUAD_ecs
WGML fixed typo
36573 2010/07/26 JiriM MALAKJ_ECOM4_NET
Restructure source code, remove forward declaration, reformat code.
36572 2010/07/25 PaulP psperson_newguy_winxp
Aligns process_tag() more closely with wgml 4.0 & adds tests for user-defined tags without attributes to terrs.gml
36571 2010/07/25 DavidG DGOLUB-LI
Fixed a few files in wde that I missed the first time to avoid regenerating the precompiled header.
36570 2010/07/25 DavidG DGOLUB-LI
Renamed PPVALUE to PREPROC_VALUE to avoid conflicting with the typedef in winreg.h.  Removed the _WINREG_ workaround, which is no longer needed.
36569 2010/07/25 DavidG DGOLUB-LI
Improve efficiency of precompiled headers in the gui module.
36568 2010/07/24 JiriM MALAKJ_BUILDERLINUX
Add reference to existing headers and to new makeins.h header file.
Correct prototypes and add few cast for cg_op / opcode_defs.
36566 2010/07/24 DavidG DGOLUB-LI
Use WIN32_LEAN_AND_MEAN in viw to speed compilation and reduce precompiled header size.
36565 2010/07/24 PaulP psperson_newguy_winxp
Reworks error messages for user tags with no attributes to match wgml 4.0's behavior.
36564 2010/07/24 MichalN MICHALN_WATCOM_OSX
Streamlined version resource generation.
36563 2010/07/24 DavidG DGOLUB-LI
Reduce precompiled header size in the sdk module by using precomp.h from commonui, which defines WIN32_LEAN_AND_MEAN.
36562 2010/07/24 MichalN MICHALN_WATCOM_OSX
Another warning.
36561 2010/07/23 PeterC PeterC_WHIRLWIND_Win7
Added remaining four relational operators to std::pair (as required by C++ 2011).
36560 2010/07/23 MichalN MICHALN_WATCOM_OSX
Fixed misc. warnings.
36559 2010/07/23 DavidG DGOLUB-LI
Use precompiled header to speed compilation of ddespy.
36558 2010/07/23 PaulP psperson_newguy_winxp
Extends .dt and related code to support :HBMP. User-defined tags that are configured in a manner similar to :HBMP should also work.
36557 2010/07/23 DavidG DGOLUB-LI
Reformatted ddespy code.
36556 2010/07/23 MichalN MICHALN_WATCOM
Entirely removed redundant/dangerous casts.
36555 2010/07/22 MichalN MICHALN_WATCOM_LINUX
Fixed warnings/bad code for gcc 4.3.0. Needs further review.
36554 2010/07/21 DavidG DGOLUB-LI
Use precompiled header to speed compilation of commonui.
36553 2010/07/21 DavidG DGOLUB-LI
Including shlobj.h without shellapi.h should not cause compiler errors.
36552 2010/07/21 JiriM MALAKJ_XP2
Fix C compiler to handle properly conversion to/from _Bool bit-fields.
36551 2010/07/20 DavidG DGOLUB-LI
Reformatted commonui code.
36549 2010/07/20 MichalN MICHALN_WATCOM_C2DW
Added a readme file.
36548 2010/07/20 MichalN MICHALN_WATCOM
Added a testcase for Change 36531. Because some people are incapable
of submitting a testcase together with a cg change.
36547 2010/07/20 MichalN MICHALN_WATCOM
Don't use a subdirectory for the driver binary.
36543 2010/07/19 PaulP psperson_newguy_winxp
Removes redundant variable p_char
36542 2010/07/19 PaulP psperson_newguy_winxp
Moves message handling closer to wgml 4.0.
36541 2010/07/19 MichalN MICHALN_WATCOM
Added a NT video miniport driver sample. Needs more work but still useful.
36540 2010/07/19 MichalN MICHALN_WATCOM
Better invalid IOCTL handling.
36538 2010/07/19 MichalN MICHALN_WATCOM
Added a small WDM driver sample for use with our NT DDK.
36537 2010/07/19 JiriM MALAKJ_BUILDERLINUX
Use types.h header file for appropriate prototypes.
36536 2010/07/19 MichalN MICHALN_WATCOM
Fixed an interesting typo.
36534 2010/07/19 JiriM MALAKJ_BUILDERLINUX
Restructure source code, merge types.c and typeinit.c.
36533 2010/07/19 JiriM MALAKJ_BUILDERLINUX
Use enum type for address node format field.
36531 2010/07/18 JiriM MALAKJ_XP2
ChangeList: Fix code generator de-riscifier to not remove instruction if apropriate register is used in result as index register.
36530 2010/07/18 JiriM MALAKJ_XP2
Set builder project autodepend.
36529 2010/07/18 JiriM MALAKJ_LINUX
Fix pmake to handle properly command line parameters.
Add pmake option -i to ignore commands error.
Fix prototypes.
36528 2010/07/18 JiriM MALAKJ_BUILDERLINUX
Change stdbool.h to use unsigned char for bool / _Bool type in pre-C99 mode.
36524 2010/07/17 JiriM MALAKJ_BUILDERLINUX
Rename RcFprintf function to RcMsgFprintf to prevent symbol duplication in commonui for 16-bit Windows.
Separate resource string support functions to extra file to enable customization.
36521 2010/07/17 JiriM MALAKJ_XP2
Fix prototypes.
36520 2010/07/17 JiriM MALAKJ_XP2
Fix build makefiles for windows trap file.
36519 2010/07/17 JiriM MALAKJ_LINUX
Reformat source code.
Copyright 2006 Perforce Software. All rights reserved.