Source Activity

Syndicate content
Updated: 51 min 25 sec ago

fix self-inited fTransparentMode, closing #9788.

1 hour 19 min ago
fix self-inited fTransparentMode, closing #9788.

Signed-off-by: Philippe Houdoin 
Categories: Development

Quick style polishing...

1 hour 24 min ago
Quick style polishing...
Categories: Development

fix self-inited fTransparentMode, closing #9788.

1 hour 31 min ago
fix self-inited fTransparentMode, closing #9788.

Signed-off-by: Philippe Houdoin 
Categories: Development

GIFTranslator: fix incorrectly initialized fTransparentMode

1 hour 50 min ago
GIFTranslator: fix incorrectly initialized fTransparentMode

Signed-off-by: Philippe Houdoin 
Categories: Development

Add an unittest for if_nameindex to network kit tests pool

1 hour 51 min ago
Add an unittest for if_nameindex to network kit tests pool
Categories: Development

Terminal: fix handling utf-8 characters in OSC commands

Thu, 2013-05-23 18:35
Terminal: fix handling utf-8 characters in OSC commands

Process the Operating System Control command in multibyte-aware way.
That fixes corresponding behavior for latest versions of Midnight
Commander;
Categories: Development

Discard Termcap and switch console apps to use Terminfo

Thu, 2013-05-23 12:07
Discard Termcap and switch console apps to use Terminfo

* Switch bash, debugger, less, telnet[d] and top apps to use termcap
  functionality provided by ncurses lib instead of GNU libtermcap.so;
* NetBSD version of tput utility replaced with ncurses' one. Fixes #9606;
* terminfo database is provided as mandatory package installed during
  building target system;
* Remove libtermcap module. The termcap database source and
  corresponding build rules are not removed to provide backward compatibility -
  until all optional packages will be rebuild on upcoming system version
  using terminfo. Note that gcc2 builds may require to provide termcap a bit
  longer in the sake of binary compatibility with R5 era apps.
Categories: Development

vm: fix area insertion logic

Wed, 2013-05-22 17:31
vm: fix area insertion logic

 * When looking for a place for new area the size of the area to be
   inserted instead of the next area size was used to check whether
   we are already past the upper bound.
 * There was an attempt to insert area even if we were past the
   upper bound.
Categories: Development

libroot: explicitly check ABI version

Wed, 2013-05-22 17:31
libroot: explicitly check ABI version

As Axel suggested use simple, explicit checks for legacy ABI version
instead of obscure "compatibility mode".
Categories: Development

Show correct type in case a typecast has taken place.

Tue, 2013-05-21 21:37
Show correct type in case a typecast has taken place.
Categories: Development

Add "Cast to array" context option.

Mon, 2013-05-20 23:03
Add "Cast to array" context option.

Implements a simple context shortcut allowing to cast a pointer variable
directly to a 10-element array of the type it points to. Resolves #9778.
Categories: Development

Relax range setting constraints for arrays.

Mon, 2013-05-20 23:03
Relax range setting constraints for arrays.

- VariablesView now detects if a container's range is fixed or not,
and uses that to adjust both the prompt it displays and whether or not
the parsed ranges are bounds checked.
- ArrayValueNode now returns the currently user-set range rather than
the dimension constraints, since those might not always be accurate.
Categories: Development

Extend ValueNode interface for ranged containers.

Mon, 2013-05-20 23:03
Extend ValueNode interface for ranged containers.

Add an IsContainerRangeFixed() hook which specifies whether or not
the container in question can only display elements within a fixed
lower/upper bound, i.e. B{Object}List.
Categories: Development

fixes errors compiling netfs and netfs_server with gcc-4.7.3

Mon, 2013-05-20 10:55
fixes errors compiling netfs and netfs_server with gcc-4.7.3

Signed-off-by: Jérôme Duval 
Categories: Development

Implement #9777.

Mon, 2013-05-20 01:38
Implement #9777.

- Introduce class BreakpointProxy which acts as a container for
either a breakpoint or a watchpoint. BreakpointsTableModel now stores
a single list of these rather than separate Breakpoint/Watchpoint lists.
- Switch BreakpointListView to allow multiple selection mode, and
consequently change selection/listener interfaces to use a list of
BreakpointProxy objects. Adjust implementors accordingly.
- Rework breakpoint list columns to better mesh with a unified display
of breakpoint and watchpoint information.
- Add an input filter to handle removing breakpoints when the delete
key is pressed.
Categories: Development

Revert changes to coreutils kill.c...

Sat, 2013-05-18 14:20
Revert changes to coreutils kill.c...

..introduced by cc2c83fa5ce13347f19da08a40f43c256e96d9a6 and subsequent
cleanups. Instead, patch bash's builtin kill directly to handle the kill
by name functionality. Fixes #9687 and reintroduces the ability to kill
jobs.
Categories: Development

Update translations from Pootle

Sat, 2013-05-18 04:13
Update translations from Pootle
Categories: Development

Fix oversight in set visible range support.

Sat, 2013-05-18 02:06
Fix oversight in set visible range support.

Detect the case where we have a pointer to an array type, as seen
when typecasting a pointer to an array, and present the set visible
range option for these as well.
Categories: Development

Add Type column to VariablesView. Resolves #9779.

Sat, 2013-05-18 00:43
Add Type column to VariablesView. Resolves #9779.
Categories: Development

Refactor DIE name resolution.

Sat, 2013-05-18 00:43
Refactor DIE name resolution.

Factor out DwarfUtils::GetDIETypeName(). Make use of it for both
Subprogram parameters and modified types in general. Resolves TODO.
Categories: Development